Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

For C# programmer is IronPython good choice.

I like WingIDE for python. There is an eclipse version too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top