How to Execute a Python Script in Notepad++

preview_player
Показать описание
In this tutorial, you'll learn how to execute a python script in Notepad++.

00:00 Introduction
00:17 How to execute a python script in Notepad++ (version 1)
00:52 How to execute a python script in Notepad++ without closing command prompt
01:15 How to execute a python script in Notepad++ (version 2)
02:01 How to save a Python running command
02:40 Conclusion
Рекомендации по теме
Комментарии
Автор

python -i "$(FULL_CURRENT_PATH)"


thank you

aq-rlub
Автор

Thank you, everything is short and clear. one could say about the main plugin, python indent, it’s easier to work with.

aramis
Автор

Thnx
I wrote a full command in notepad++
And run it

masoodali
Автор

hi I tried it but it only flashed on the screen very quickly, what did I do wrong?

shrek
Автор

Great video. Do you know how to make notepad++ automatically save the file before running it? because otherwise it won't run any new changes, and the saves must be done manually.

almonyplony
Автор

so simple
this indian make it so complicated!

YourACP