Some people prefer to use Notepad ++ as the editor. Here we recommend a python plug-in.
Because it can implement:
1. display the row and column alignment (use show indent guide to differentiate tabs and spaces)
2. Add the # symbol to the line of code (select the code you want to operate, right-click the code, toggle block comment, and change the case freely)
First install notepad ++
You can then directly install it through notepad, or download and install it on your own.
1. Install notepad directly through the plug-in menu
Menu plug-in --> plugin manager --> show plugin manager find pynpp in aviilable --> install.
2. Download the DLL file and install it by yourself. Step 1: Download
It turns out that Google is now on git.
For https://github.com/mpcabd/PyNPP
You can also download http://down.51cto.com/data/752224 here
Step 2: extract pynpp. dll
Note that you only need to put pynpp. dll in the downloaded file in the plugin folder of notepad ++!
Step 3: Install pynpp and restart the plugin manager of notepad ++.
Notepad ++ ---> plugins -----> plugin manager ----> show plugin manager
Now, you can use the Alt + Shift + F5 keyboard in Notepad ++ to combine the run Python script.