OOPS concept

K

km

Hi all,

Is there any good step by step online tutorial on OOPS concepts in python ?
i have checked some on the python.org.__doc__ page but couldnt make much sense. especially i need help on newstyle classes.

regards,
KM
 
K

km

Hi all,

Well this doesnt explain new style classes. let me be more clear. is there any online tutorial/ recommended book which deals explicitly with object oriented programming in python?

regards,
KM
---------------------------------------------------------------------------
 
M

monkey

Google, search.

km said:
Hi all,

Well this doesnt explain new style classes. let me be more clear. is there
any online tutorial/ recommended book which deals explicitly with object
oriented programming in python?
regards,
KM
-------------------------------------------------------------------------- -
 
G

gene.tani

Chapter 5, Python in Nutshell: concise explanations of everythin' you
need to know about inheritance, instantiation, method resolution,
namespaces, class/instance methods, getting under the hood with special
methods, whatever. I couldn't code without it:

http://www.oreilly.com/catalog/pythonian/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
474,238
Messages
2,571,193
Members
47,830
Latest member
ZacharySap

Latest Threads

Top