+ 2

What software is used to create python programs on windows?

16th Dec 2017, 2:08 PM
Ambo Hackers
Ambo Hackers - avatar
3 Respostas
+ 11
I'll go with Kuba, PyCharm is really good to write and debug your Python programs
16th Dec 2017, 7:01 PM
Justine Ogaraku
Justine Ogaraku - avatar
+ 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.
16th Dec 2017, 3:51 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
@kuba Thanks alot
17th Dec 2017, 6:44 AM
Ambo Hackers
Ambo Hackers - avatar