Advanced OOP tutorial
Alan Gauld
alan.gauld at btinternet.com
Wed Nov 5 17:39:10 EST 2003
More information about the Python-list mailing list
Wed Nov 5 17:39:10 EST 2003
- Previous message (by thread): Advanced OOP tutorial
- Next message (by thread): Reporting important unhandled exceptions before they occur
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Advanced OOP tutorial
- Next message (by thread): Reporting important unhandled exceptions before they occur
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list