What is a class?

Mike Driscoll kyosohma at gmail.com
Wed Mar 5 16:38:59 EST 2008


On Mar 5, 12:50 pm, castiro... at gmail.com wrote:
> What is a class that is not a module?

Why is a raven like a writing desk?

As for Python class information, I would recommend reading the
following sites:

http://docs.python.org/tut/node11.html
http://www.diveintopython.org/object_oriented_framework/defining_classes.html

And for modules, check these out:

http://docs.python.org/tut/node8.html
http://www.penzilla.net/tutorials/python/modules/

Mike



More information about the Python-list mailing list