The previous period of time to write scripts, has been using pycharm, helpless machine is not configured really how, I remember used subline text, this is the most cool I used the text editor, referring to the article on the Internet, I took some detours, will be written here, to facilitate the people who need help:
This is the interface after the configuration is complete:
One, download subline text 3
Official website: HTTP://WWW.SUBLIMETEXT.COM/3
The installation process is slightly
Second, generate the package Control interface
2.1 Shortcut key: Ctrl + ' Open command line
2.2 Input
Import Urllib.request,os,hashlib; h = ' eb2297e1a458f27d836c04bb0cbaf282 ' + ' d0e7a3098092775ccb37ca9d6b2e4b7d '; PF = ' package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); by = Urllib.request.urlopen (' http://packagecontrol.io/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Print (' Error validating download (got%s instead of%s), please try manual install '% (DH, h)) if DH! = H Else Open (Os.pat H.join (IPP, PF), ' WB '). Write (by)
2.3 If you click Perference, the package Control option succeeds, or the installation fails, the failure is nothing, you can configure the environment
Three, configuration package
Click on the new package Control, enter install
Enter the installation interface: I install two plugins myself:
1.SideBarEnhancements = Sidebar Management
2.Anaconda (the strongest Python IDE plugin)
Four, if the package Control can not be installed, you can directly in the Subline Text 3 under the Packages folder to extract the downloaded packets to the directory
anaconda:http://damnwidget.github.io/anaconda/
Try to use GitHub's package, where the packages are up-to-date and include the ability to go to the definition, here are some common features to demonstrate, such as auto-completion, go To definition, grammar check, etc.
"Practical" How to make sublime text 3 a useful Python IDE environment