How to learn OO of python?

Peter Dembinski pdemb at gazeta.pl
Wed May 18 07:44:24 EDT 2005


could ildg <could.net at gmail.com> writes:

> I have learned python for over a month.
> I heard that it was very easy to learn, but when I tried to know OO
> of python,
> I found it really weird, some expressions seem very hard to understand,
> and I can't find enough doc to know any more about it.

These may be hard to understand because you haven't understood OOP.
Python syntax is very similar to p-code used in computer science
books.  Try to think like a computer scientist :>

> So, I wonder how did you master python? And where to find some cool
> docs?

Go to the nearest library and get some OO design book.

-- 
http://www.peter.dembinski.prv.pl



More information about the Python-list mailing list