[wxPython-users] Application design

Ives, Thomas Wayne thom.ives at hp.com
Tue Jun 19 10:47:06 PDT 2007


OK. Robin did not put me up to this.

I, maybe like you, am not an official coder. I do it out of love and
efficiency in my jobs. I love python and try to use wxPython when I need
a GUI.

When I read "wxPython in Action" Chapter 5, it helped me a lot. Another
good book that my programming friends have suggested is "Code Complete."

I think either of these would help you to code ... more elegantly.

thom

-----Original Message-----
From: Saketh [mailto:saketh.bhamidipati at gmail.com] 
Sent: Tuesday, June 19, 2007 10:55 AM
To: wxPython-users at lists.wxwidgets.org
Subject: [wxPython-users] Application design

I've written a small application, but I'm not very happy with the code.
Debugging is hampered by bad design, the structure is inelegant, and
there is no exception handling/assertion/logging.

I want to refactor and add debug code to the application, but I have no
experience with good code design. Basically, I want to know the
following:

* Key elements that make a robust, small-scale Python application
* How to abstract the GUI from the functionality
* Any tips on good Python design!

Thanks for your help.

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org





More information about the wxpython-users mailing list