Advanced OOP tutorial

Alan Gauld alan.gauld at btinternet.com
Wed Nov 5 17:39:10 EST 2003


On 4 Nov 2003 10:33:34 -0800, iscaris at hotmail.com (Fernando)
wrote:
> Is there any advanced OOP tutorial that cover metaclass programming? 

You've been given some Python specific material.

Other sources on metaclasses in general can be found at the
portal for all thinks OO at 

http://www.cetus-links.org/

Also in the excellent OO FAQ, look under Basics at 
sections 1.4 and 1.6.

http://www.objectfaq.com/

Also most Smalltalk tutors have a section on metaclasses 
and their use - a very common technique in Smalltalk...

And finally there is the hard to find but excellent Metaclass
book by Forman & Danforth.

HTH,

Alan g.
Author of the Learn to Program website
http://www.freenetpages.co.uk/hp/alan.gauld




More information about the Python-list mailing list