[BangPypers] Object Oriented Python - Advice on books

Senthil Kumaran orsenthil at gmail.com
Wed Dec 1 10:13:48 CET 2010


On Wed, Dec 1, 2010 at 4:55 PM, Venkatraman S <venkat83 at gmail.com> wrote:
> Couple of Qs you might want to ask yourself before you venture into OO:

Please no. Venkat, a -1 to your response as it might confuse a
newcomer. IMHO, the questions are not related at all.

Jins, forget these questions. Just learn it as you are curious, it
will be helpful and will become your second nature as you use python.

Dive into Python is a good book which will teach you both python and
Object Oriented Programming.
But before reading that read a couple of other beginner books. A byte
of python is a good one to start with.

Also just play around with these builtin functions in python
interpretor: -  isinstance, hasattr, getattr and dir.
You will come to understand things better.

Thanks,
Senthil




-- 
Senthil


More information about the BangPypers mailing list