Best approach to OO Style (only slightly off topic)?

2013-02-01 Thread Steve Simmons
I'm relatively new to OO (and Python and QT ) and I am learning as I go along. As I slowly come up to speed, I have some questions about the best approach to program/module structure so I'm looking for some pointers (URL's or replies). I have copied some code from 'Rapid GUI Programming with

Re: Best approach to OO Style (only slightly off topic)?

2013-02-01 Thread Chris Angelico
On Sat, Feb 2, 2013 at 1:24 AM, Steve Simmons square.st...@gmail.com wrote: At this point, I began to wonder what a 'correctly structured' OO program should look like. Should I separate GUI logic from 'business' logic? Should everything be in one class? Should my main() be carrying the high