[Tutor] gui coding

Wayne Werner waynejwerner at gmail.com
Mon Dec 13 21:46:42 CET 2010


On Mon, Dec 13, 2010 at 2:08 PM, Alan Gauld <alan.gauld at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20101213/08655cce/attachment.html>


More information about the Tutor mailing list