

Copy and paste the following command into the field:Ĭmd /K D:\Python26\python.exe -i -c “execfile(‘$(FULL_CURRENT_PATH)’)”Ģ. NOTE 2: This article is directed toward Windows users.įrom the Run menu on the menu bar in Notepad++ click “Run…”ġ. NOTE: This article is designed to complement the Python: The Basics course offered by IT Training at IU, but serves as an independent resource as well. This article demonstrates how to set up Notepad++ to load and run your python document into the python interpreter with the flick of a custom keystroke.

While there is nothing wrong with writing and executing python code in IDLE, python’s bundled integrated development environment, sometimes you might prefer to write in a more standard editor.
