Hello. I am new to Python
and wxPython. As my application grows in size it is becoming harder to
manage. Although I am using objects, I have heard about design
patterns and architecture.
Can anyone recommend a Python desktop based application (not web based,
please) whose source code would be useful to study and learn from?
Any books or websites recommended?
My goal is to develop a professional quality application that is
extensible, relatively easy to maintain, can use plug-ins, handles
errors gracefully, supports i18n so I can port it to a language other
than English without ripping the entire application apart, etc.
Thank you,
Ira