Advanced OOP tutorial

Michele Simionato mis6 at pitt.edu
Wed Nov 5 01:19:14 EST 2003


iscaris at hotmail.com (Fernando) wrote in message news:<a26792eb.0311041033.7e6be3cb at posting.google.com>...
> Hi,
> 
> Is there any advanced OOP tutorial that cover metaclass programming? 
> 
> Thanks

Alex's slides are more "advanced"; if you want something more "tutorial"
see

http://www-106.ibm.com/developerworks/library/l-pymeta.html
http://www-106.ibm.com/developerworks/linux/library/l-pymeta2/

Finally, there are Guido's essays 

http://www.python.org/2.2.2/descrintro.html
http://www.python.org/doc/essays/metaclasses/

which I would read after the other references given here.

                     Michele Simionato




More information about the Python-list mailing list