Home > Article > Backend Development > Sublime Python editor configuration method
1. Now you can install sublime text 3, and then install package control, which allows you to easily install plug-in packages. The installation method is available online.
1. Install the SublimeCodeIntel plug-in to realize the automatic syntax completion function.
2. Installing AutoPEP8 can automatically standardize python.
3. Focus on installing the SublimeREPL plug-in. When installing and opening the python file, switch the layout to a 2-line search format and select the menu ToolS->sublimeREPL->Python->Python-PDB curren file
4. Anaconda : Practical functions such as automatic matching of keywords, effectively improving development efficiency
The above is the detailed content of Sublime Python editor configuration method. For more information, please follow other related articles on the PHP Chinese website!