Search
 
SCRIPT & CODE EXAMPLE
 

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.
Comment

run python notepad++

# Press F5 And Input To Run
#for python 2
py -2 -i "$(FULL_CURRENT_PATH)"
#for python 3
py -3 -i "$(FULL_CURRENT_PATH)"
Comment

PREVIOUS NEXT
Code Example
Python :: django url wildcard 
Python :: python rest api interview questions 
Python :: Get First In Table Django 
Python :: Reading CSV delimited format 
Python :: 3x4 matrix 
Python :: database setup in django aws 
Python :: multiplying float variables python and print 
Python :: how to write def 
Python :: 10 minutes to pandas 
Python :: manim replacement transform 
Python :: twitter python 
Python :: python first letter to capitalize 
Python :: python get all the items list 
Python :: pyqt5 different resolutions 
Python :: python sort_values 
Python :: python polyfit with errors 
Python :: reddit python 3 time a python program 
Python :: numpy init array 
Python :: command run test keep db python 
Python :: list to string without loop 
Python :: pycharm shortcut to create methos 
Python :: pyqt message box set information text 
Python :: PN generator 
Python :: python write string in multiple lines 
Python :: pyqt-opengl-drawing-simple-scenes 
Python :: can we use for loop inside if statement 
Python :: create new column with first character of string pyspark 
Python :: for loop python terminal 
Python :: Horizontal stacked bar chart with annotations 
Python :: find anagrams of a string python 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =