[vox] ISO: Good programming language to teach an 8yr old

Bill Kendrick vox@lists.lugod.org
Fri, 19 Mar 2004 13:08:53 -0800


On Fri, Mar 19, 2004 at 12:10:10PM -0800, Dave Margolis wrote:
> What are the GUI programming possibilities for Python? 

PyGame is is a Python wrapper for SDL (which I write all my games in, in C)

Just looking at Python.org website, it seems you can also use:

  * Tkinter
  * wxWindows  (therefore run on Windows, Mac, Linux)
  * Qt         (ditto)
  * GTK+
  * FLTK
  * FOX
  * OpenGL

http://www.python.org/doc/faq/gui.html


-bill!