How to run Python scripts in Notepad++?

preview_player
Показать описание


Steps we have used to run Python scripts in Notepad++ can be found at:

Рекомендации по теме
Комментарии
Автор

thank you so much for making a to the point video without ridiculous background music. I love you

lastadolkgGM
Автор

Good video, Notepad++ has been my favorite editor, because it is compatible with Magnifier in Windows. you saved my live... thanks

edgardplaza
Автор

I'm new to this stuff bro and you really helped me out so thank you very much.

gentlefistinfinity
Автор

thanks for the video. It works for me.

sunnyyang
Автор

GUYS input("Press enter to exit ;)") WILL WORK FOR PYTHON 3.7 JUST PUT IT AT THE END OF YOUR CODE..

CalitranoN
Автор

Thanks for the video ...

Is it possible to configure Notepad++ to run scripts under virtual environment (virtalenv)?

I've done pip install virtualenv and have created a virtual environment ( "testGraphics" inside folder "Graphics" in D drive)
Every time I need to use the virtual environment, I have to
1) command prompt and d:\
2) python -m idlelib.idle
3) and then code in that idle ...

Wonder if it's possible to create a shortcut or what to run Python under virtual environment (in Notepad++)?

Many thanks ...

clueple
Автор

what is the pause command for python? to keep the cmd window open?

CalitranoN
Автор

it Does't work because the command window closes

CalitranoN
Автор

my python.exe opens and close by it self in no time

rdot
Автор

File world.py", line 3
1 = 0
^
SyntaxError: can't assign to literal
>>>
??

Yukinario.
Автор

C:\Program Files\Python39\python.exe -i "$(FULL_CURRENT_PATH)* - SAVE

neculaii.fantanaru
visit shbcf.ru