Re: OOPS concept

2005-05-05 Thread 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/

Re: OOPS concept

2005-05-05 Thread monkey
Google, search. "km" <[EMAIL PROTECTED]> ??? news:[EMAIL PROTECTED] ???... > 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 > -

Re: OOPS concept

2005-05-04 Thread 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 --- > Try this online b

Re: OOPS concept

2005-05-04 Thread monkey
Try this online book, it may help, the url is: http://www.byteofpython.info > 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. > >

OOPS concept

2005-05-04 Thread 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 -- http://mail.python.org/mailman/listinfo/python-list