Which software to make window application written in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Which software to make window application written in Python?

I want to learn making softwares for windows. I am using Python for coding. Which software is better?

17th Apr 2018, 4:47 PM
Mohammad Nazmul Hossain
Mohammad Nazmul Hossain - avatar
2 Answers
+ 1
If you mean IDE, there are a lot of them. A lightweight variant for writing code is sublime or VSCode. More "heavy" is the PyCharm from JetBrains. If you meant the tools to create an exe file, then one of the solutions is cx_Freeze.
17th Apr 2018, 10:12 PM
Eugene Panin
Eugene Panin - avatar
+ 1
ide: pycharm window framework: tkinter python to exe: cx_freeze
17th Apr 2018, 11:09 PM
Markus Kaleton
Markus Kaleton - avatar