Re: OO Python

2011-02-11 Thread Paul Symonds
Thank you -- http://mail.python.org/mailman/listinfo/python-list

Re: OO Python

2011-02-10 Thread Rhodri James
[Re-ordered to get rid of the top-posting] On Thu, 10 Feb 2011 17:11:16 -, Paul Symonds wrote: On 10 Feb 2011, at 16:36, Dan Stromberg wrote: On Wed, Feb 9, 2011 at 1:50 PM, Paul Symonds wrote: Are there any good resources to learn OO Python from? Yes, plenty, but it's important f

Re: OO Python

2011-02-10 Thread Paul Symonds
I have coded in VB using modules and functions but never coded a complete project in OO. I understand the theory of OO, it's more the syntax and Python nuances that I need to be up to speed on. On 10 Feb 2011, at 16:36, Dan Stromberg wrote: > On Wed, Feb 9, 2011 at 1:50 PM, Paul Symonds wr

Re: OO Python

2011-02-10 Thread Dan Stromberg
On Wed, Feb 9, 2011 at 1:50 PM, Paul Symonds wrote: > Are there any good resources to learn OO Python from? Yes, plenty, but it's important for us to know so we can advise you: Do you know any other OO languages yet? -- http://mail.python.org/mailman/listinfo/python-list

Re: OO Python

2011-02-09 Thread Terry Reedy
On 2/9/2011 4:50 PM, Paul Symonds wrote: Are there any good resources to learn OO Python from? I learned some from classes in stdlib modules. -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list

Re: OO Python

2011-02-09 Thread Ben Finney
Paul Symonds writes: > Are there any good resources to learn OO Python from? The first resource to use is the Python tutorial http://docs.python.org/tutorial/>. Work through the whole thing: read the text and run the examples yourself, then experiment until you understand the points before movi

Re: OO Python

2011-02-09 Thread Corey Richardson
On 02/09/2011 04:50 PM, Paul Symonds wrote: > Are there any good resources to learn OO Python from? > To my knowledge, all Python is OO. What specifically about OOP do you want to know? http://www.alan-g.me.uk/tutor/tutclass.htm I've always liked Alan's site. Come over to the Tutor list if you