[Tutor] python GUI module selection.
Rob
rob@uselesspython.com
Thu, 15 Aug 2002 09:26:05 -0500
> any ideas?? the only ones i have heard of are Tkinter, GTK, and
> wxpython. but i have been led to believe there are more.
>
> any ideas??
With Jython, you have access to Java's GUI tools (Swing and AWT). I'm not a
master of them yet, although I do find Swing interesting to play with. I
wrote a short article demo'ing Jython/Swing at:
http://uselesspython.com/Jython_Swing_Basics.html
For ease of use, someone who is early in the learning process might want to
start with Tkinter. I'm not sure about the performance issues of the various
approaches, but Tkinter seems to be a good first GUI experience for a lot of
people.
Rob
http://uselesspython.com