Please help a newbie.

J.Jacob joost_jacob at hotmail.com
Sun May 26 18:20:42 EDT 2002


SA <sarmstrong13 at mac.com> wrote in message news:<B91526DE.55D9%sarmstrong13 at mac.com>...
> I'm trying to learn Python. I was going through the 24 hour book for python
> and being new to programming, I got quite confused by the books explanation
> on OOP. Does anyone know of some good tutorials on line that explain this
> concept and in particular how it relates to Python.
> 
> Thanks.
> SA
> --

Object-oriented programming is an exceptionally bad idea which could
only have originated in California.
    - Edsger Dijkstra (attributed) 

But if you still are interested in OOP:

http://www.mindview.net/Books/Python/ThinkingInPython.html
there are several links and he has written free online books about OOP
in general and C++, Java, etc.

http://aspn.activestate.com/ASPN/Cookbook/Python?kwd=OOP
some advanced OOP hacking :)



More information about the Python-list mailing list