Setting up Notepad ++ for Python

Опубликовано: 11 Апрель 2026
на канале: Nora Nguyen
85,980
2.2k

I said in the audio that notepad++ works with windows and mac, but I recently found out it ONLY works on Windows

Steps for notepad++ w/ python
Download python for windows (3.6.3)
Copy File location
Download Notepad++
Plugins\Plugins admin
Search "NppExec" and install plugin
Restart Notepad ++
Plugins\ NppExec \ Execute
Write the location of Python (C:\Users\(Your User)\AppData\Local\Programs\Python\Python38-32\python.exe "$(FILE_NAME)")
Save as "Run Python"
Plugins \ NppExec \ Advanced options
Check "place to the Macros submenu"
Click associated script and choose "Run Python"
Click add
Restart Notepad++
Macro \ Run with python

IDE's I recommend:
Pythonista
Notepad ++

Useful Resources
https://docs.python.org/3/library/
https://www.dummies.com/programming/p...
https://www.infoworld.com/article/320...