#mastery02

This shows how to run Python programs in the python IDLE directly from Notepad++

First you have to click Run->Run

Then you have to write this in the blank space C:Python34Libidlelibidle.py “$(FULL_CURRENT_PATH)” .This will run the current program in which you are working on.

 

This will show up after you click Run.

 

Now in order to run and test your program you have to click Run->Run Module

Final result.

CC BY 4.0 #mastery02 by Gilberto Rogel García is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.