A Primer on Python Metaclass Programming (O'ReillyNet)
[Posted April 21, 2003 by cook]
David Mertz
writes about Python metaclass programming on O'Reilly.
"
Classes and objects are simple, right? Once you really get it,
isn't that all there is? Well, no--there's a whole class of advanced
object-oriented techniques to make your code simpler, stronger,
and more elegant. This week,
David Mertz explains metaclasses--the building blocks of classes.
Though the
examples are in Python, the ideas translate to many other languages."
(
Log in to post comments)