Python GUI Code -- Best Practice

Josiah Carlson jcarlson at nospam.uci.edu
Thu Feb 12 10:27:21 EST 2004


> I don't want a demo - using the widgets is simply a case of writing the API
> calls in the correct order.  I want see how to structure an application - how
> to ensure that the GUI stays response while multiple things are done in the
> background - how and when to arrange polling of external events etc.

Check out the wxGuide editor, or any of the other wxGuide apps.  While 
not being terribly feature-filled, they do offer a view into the 
/suggested/ visual layout, and hopefully, the way they would like 
people's code to be laid out.


  - Josiah



More information about the Python-list mailing list