learning a GUI (wxPython)

Guido van Rossum guido at python.org
Wed May 17 15:25:34 EDT 2000


teroc wrote:
> 
> Not having any real experience in programming a GUI (since most
> programming books tend to focus on 'back end' programming), I find
> myself at a loss to program a simple, efficient GUI for any program. I
> want to use wxPython for my programs, and have learned simple things
> from the demo/tutorial, however I want some good indepth knowledge of
> creating GUI's. Does anyone have any suggestions for learning GUI
> programming? Broad subject I realize, but I am looking for anything,
> especially wxPython specific. O, my programs are all Python programs
> if that matters. Tutorials, demos with commented source, etc, any type
> of pointers are helpful.
> 
> Ken

I think the wxPython book is still several months (maybe a year?) away.

However lots of good stuff about GUI programming in general is in 
Python and Tkinter Programming by John E. Grayson -- check out
http://www.python.org/psa/bookstore/

--Guido van Rossum (home page: www.python.org/~guido/)



More information about the Python-list mailing list