On 7/14/10, Corey Richardson <kb1...@aim.com> wrote:
> Hey tutors! I'm creating a GUI for a program. Really simple. I don't
> mind coding it out, but I was looking into things like Glade and the
> like. Do you recommend those over just coding it out by hand, or should
> I try Glade (or similiar) out? Also, I don't really have a preference
> for which toolkit I use, wx/Tk/GTK, etc.
I have only ever used wx with the XRCed program, but I really like it.
Learning xrc is pretty straightforward, and there are some good
tutorials for it. It also has the advantage of keeping the code
generating your gui separate from your program, so code management is
easier. I have heard xrc/python compared to css/html regarding code
separation. For a really simple gui it is probably not too important,
but if you do larger projects later on it will probably make life
easier.
>
> Thanks,
> ~Corey Richardson
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>


-- 
Have a great day,
Alex (msg sent from GMail website)
mehg...@gmail.com; http://www.facebook.com/mehgcap
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to