+ 2
What software is used to create python programs on windows?
3 Respostas
+ 11
I'll go with Kuba, PyCharm is really good to write and debug your Python programs
+ 4
You need a proper IDE, usually Python installation comes with its internal editor - IDLE (whether for Linux, MacOS or Windows).
If you would like my opinion though, I recommend PyCharm by Jetbrains:
https://www.jetbrains.com/pycharm/download/
(community version)
It lets you customize all you need, handles installing new modules and has a code versioning support.
+ 1
@kuba Thanks alot