Re: [Tutor] OOP / Classes questions

2009-04-10 Thread Alan Gauld
"Stefan Lesicnik" wrote I am a relative newbie to python and OOP concepts and am trying to work through wxpython. I've seen understanding classes is essential to this and have been trying to work through them. Steve gave you the basic explanation, I'll try a slightly different tack - which ma

Re: [Tutor] OOP / Classes questions

2009-04-10 Thread Alan Gauld
"Skipper Seabold" wrote tutorial or documentation re OOP and classes? I've found Alan Gauld's tutorials to be very useful when just getting started in both OOP and Python. http://www.freenetpages.co.uk/hp/alan.gauld/ Thanks for the plug :-) However the URL has changed since freenetpages

Re: [Tutor] OOP / Classes questions

2009-04-10 Thread Steve Willoughby
On Fri, Apr 10, 2009 at 08:44:37PM +0200, Stefan Lesicnik wrote: > I am a relative newbie to python and OOP concepts and am trying to > work through wxpython. I've seen understanding classes is essential to > this and have been trying to work through them. Welcome! If you're really new, wxpython

Re: [Tutor] OOP / Classes questions

2009-04-10 Thread Skipper Seabold
On Fri, Apr 10, 2009 at 2:44 PM, Stefan Lesicnik wrote: > I guess as a general kind of question, can anyone recommend some > tutorial or documentation re OOP and classes? I've found Alan Gauld's tutorials to be very useful when just getting started in both OOP and Python. http://www.freenetpages

[Tutor] OOP / Classes questions

2009-04-10 Thread Stefan Lesicnik
Hi guys, I am a relative newbie to python and OOP concepts and am trying to work through wxpython. I've seen understanding classes is essential to this and have been trying to work through them. I have a few questions re the below code (i suspect its due to a lack of my understanding of classes)