GUI dilema

Soldato
Joined
30 Nov 2005
Posts
13,916
I have been picking up python and enjoying the language but the thought of GUI design via wx or tk is a nightmare. I have been thinking about switching my learning to c# even though i find python nice just so I can use the visual studio for gui design.

I looked at glade but was kind of confused with that! Is it worth looking at again?
 
I love WxPython. Once you get used to it, it seems so simple. I started doing a bit of Tkinter at first but then moved on Wx. If you look at a few examples and tutorials you should get the hang of it aslong as you know the basics of Python.
 
Back
Top Bottom