+ 1
where to run python file on computer I have downloaded it interpreter and notepad++ I can't run it I have tried many ways but fail
5 Answers
+ 2
Open a console (cmd on Windows), go to the directory of your file (with the command cd), then launch your script with py script_name.py.
+ 2
Sure, you can edit your file with Notepad++, just save your file with the .py extension.
+ 1
thank u
+ 1
To edit and run your scripts, you can also use IDLE, a small Python IDE that is bundled with the interpreter.
0
thank u...and can I open in notepad++