I'm writing my second wxPython application and would like to make it
better than the first one. There are now two modules, one of which holds the
main frame and notebook which should be pretty clean.
The other module has the lables, widgets, bindings, and methods for one
category of input. I've refactored the UI so that each category is separate,
rather than having each widget separate. Don't know which is a better
approach.
I would like to run PyUnits on this to test the connections to the
postgres back end. To facilitate learning how to code and run PyUnits I'd
appreciate a review of that module by someone experienced to show me how my
wxPython coding could be improved. Let me know off the list and I'll send
the module to you for review, comments, suggestions, and recommendations.
Rich