Thank you
--
http://mail.python.org/mailman/listinfo/python-list
[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
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
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
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
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
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