Here is the old one... http://www.wxpython.org/tutorial.php
It truly is a short tutorial though. This one's even better: http://wiki.wxpython.org/index.cgi/FrontPage I am not a wxPython enthusiast. I like Tkinter much better. If you have an interest, take a look at: http://www.pythonware.com/library/tkinter/introduction/ by Frederik Lundh. It is very easy to understand. Tkinter is easier to learn. It is better documented IMO. Tkinter is just as functional as any other GUI toolkit for Python. Creating your own widget sets is usually a breeze. Tkinter is not ugly if done properly. Tkinter apps are ported easily. On and on :-) -- http://mail.python.org/mailman/listinfo/python-list