I am used to Windows application development using C# .Net. Now that I got interested in Python I need to know the best way to create a Windows application that has stuffs like minimizing to System tray, nice ide like visual studio that has GUI way of developing apps. Any suggestions pls?
3 Answers
Check out this list on GUI programming with Python.
Scroll down to GUI Design Tools and IDEs. Take your pick, there are lots of choices.
Which one is the best? That depends on what you want to do. But for the purposes you mentioned, all should suffice.
Comments
I like WingIDE for python. There is an eclipse version too.
3 Comments
Vicky
I am not asking for an ide. I need a windows application development tool for python.
Falmarri
@Vicky: How is that different than an IDE?
user225312
@Falmarri: How is it similar? He needs a GUI builder. How is that and an IDE, the same thing? Do all IDEs help you build GUIs?
stay out of real development?