On Mon, Dec 13, 2010 at 2:08 PM, Alan Gauld <alan.ga...@btinternet.com>wrote:
> <snip> > >> Does anyone have or know of a good tutorial or explanation of class >> based coding that I could have a run at? >> > > Try my tutor. It has topics on both OOP and GUIs. > And before doing the GUI one also read the event-driven topic because > GUIs are, without exception, event-driven frameworks. Most folks find > the shift to thinking in terms of events harder than the shift to objects. > But thinking in events makes objects more natural, so they are connected. I think the thing that helped me most was in my assembly class where I actually created an event-driven painting program using non-blocking calls to check the keyboard, etc. That may be part of why GUI programming was so easy for me to pick up (and as an extension, threading). -Wayne
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor