6 Respuestas
+ 5
There are many choises. VsCode is faster but lightweight and less feature
PyCharm slower than vscode but full feature. Just google how to get started with python you will find a lot of info
+ 4
PyCharm is the best solution for Python
+ 3
Notepad++ is a great and simple solution.
+ 3
For more advanced Python, it's better to use something like PyCharm, but when you're just starting out the regular python interpreter you can find at {https://www.python.org/downloads/} should suffice just fine.
+ 2
I use both PyCharm Community edition (which is free) and VSCode. Try them both and see what works best for you. If you’re only going to be doing Python, I think you’ll really like PyCharm.
+ 1
There are also PyScripter, and Spyder (data-science oriented).
Not to mention good ol' IDLE of course !