Python GUI Code -- Best Practice

C

Chris Stiles

Hi --

I'm looking to write some WxPython based applications, and am looking for
existing applications of moderate complexity in order to read code and gain an
understanding of how these things are structured.

Tutorials aren't really useful - i've done most of them, and am looking to
gain more of a 'gesalt' sense of how such programs are structured for real
purposes.

Is there anything people would recommend me taking a look at ?

Thanks.
 
M

max khesin

Chris said:
Hi --

I'm looking to write some WxPython based applications, and am looking for
existing applications of moderate complexity in order to read code and gain an
understanding of how these things are structured.

Tutorials aren't really useful - i've done most of them, and am looking to
gain more of a 'gesalt' sense of how such programs are structured for real
purposes.

Is there anything people would recommend me taking a look at ?


check out the open-source apps mentioned @
http://wxpython.org/screenshots.php
 
T

Thomas Guettler

Am Wed, 11 Feb 2004 20:58:22 +0000 schrieb Chris Stiles:
Hi --

I'm looking to write some WxPython based applications, and am looking for
existing applications of moderate complexity in order to read code and gain an
understanding of how these things are structured.

Tutorials aren't really useful - i've done most of them, and am looking to
gain more of a 'gesalt' sense of how such programs are structured for real
purposes.

Hi,

WxPython has a demo which uses most widgets.

thomas
 
C

Chris Stiles

Thomas Guettler said:
WxPython has a demo which uses most widgets.

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.
 
J

Josiah Carlson

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
 
D

david.g.morgenthaler

On Wed, 11 Feb 2004 20:58:22 +0000, Chris Stiles

You might want to get wxGlade and create some apps, then check out
their organization.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top