Putting Metaclasses to Work

Michele Simionato michele.simionato at gmail.com
Mon Mar 12 04:02:57 EDT 2007


On Mar 11, 7:31 pm, "Alan Isaac" <ais... at american.edu> wrote:
> Forman's book is out of print.
> Is there a good substitute?
>
> Thanks,
> Alan Isaac

The book is about a non-standard implementation of C++ featuring
metaclasses.
It it not that relevant if you are interested in metaclasses in
Python.
You can find lots of info about metaclasses in the Python Wiki. For
instance,
you can look at http://www.python.org/pycon/dc2004/papers/24/metaclasses-pycon.pdf
which has lots of examples.
If you insist in wanting the book, you should look for used books.
This is the
way I bought it from Amazon 5 years ago (dunno if it is still
available now, but
you never know).

    Michele Simionato




More information about the Python-list mailing list