How to Execute a Python Script in Notepad++?

First option: (Easiest, recommended) Open Notepad++. On the menu go to: Run -> Run.. (F5). Type in: C:\Python26\python.exe “$(FULL_CURRENT_PATH)” Now, instead of pressing run, press save to create a shortcut for it. Notes If you have Python 3.1: type in Python31 instead of Python26 Add -i if you want the command line window to stay … Read more

Notepad++ Multi editing

Yes: simply press and hold the Alt key, click and drag to select the lines whose columns you wish to edit, and begin typing. You can also go to Settings > Preferences…, and in the Editing tab, turn on multi-editing, to enable selection of multiple separate regions or columns of text to edit at once. … Read more

What are the advantages of Sublime Text over Notepad++ and vice-versa? [closed]

One thing that should be considered is licensing. Notepad++ is free (as in speech and as in beer) for perpetual use, released under the GPL license, whereas Sublime Text 2 requires a license. To quote the Sublime Text 2 website: ..a license must be purchased for continued use. There is currently no enforced time limit … Read more