2 Respostas
+ 1
You can just download python on windows and it comes with IDLE a python interpreter. There you can type python and run it directly. But i recommennd you to write you code in a code editor ie vscode. And then just save excecute your file from the terminal
0
What's more, thare is a kind of programmers tools called IDE. Those are text editors, but more feature-rich: ie built-in debugger, better code autocomplete etc. For python the best one is PyCharm, imho