Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Execute Python in Notepad++

# Go to Run and Run with an external Program in Notepad++
# Change the Python Path but not the brackets.
# You can save this command in Notepad++ with a Hotkey
C:Python26python.exe "$(FULL_CURRENT_PATH)"
#   Python Path           Dont Change this
# Put -i after the path to keep the console open instead of closing it instant.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Execute #Python
ADD COMMENT
Topic
Name
7+7 =