[Tutor] Programming Classes

John Duarte john at duartedailey.org
Thu Dec 11 12:03:12 EST 2003


On Thursday 11 December 2003 8:50 am, Alan Gauld wrote:
> > Does anyone know of a really good web site to read up
> > on python classes and how they work? Thanks.
<snip>
> Or do you not know OOP and want to learn itr, using
> Python as a language?
>
> In which case I think my OOP tutor is a good start, enough
> to let you read the official Python tutor with undersanding.
>
> Finally for a general intro to OOP visit the cetus-links.org
> web site, where lots of tutorials and papers await.


IMHO, one of the best introductions to the concept of objects is Chapter 1 of 
Bruce Eckel's "Thinking in Java".
http://www.mindview.net/Books/TIJ/

-John



More information about the Tutor mailing list