The Artima Developer Community
Sponsored Link

Python Buzz Forum
Metaclass Programming in Python: Pushing Object Oriented Programming to the Next Level

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
David Mertz

Posts: 70
Nickname: lululotus
Registered: Jul, 2003

David Mertz is a well known writer about computer programming
Metaclass Programming in Python: Pushing Object Oriented Programming to the Next Level Posted: Jul 12, 2003 12:54 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by David Mertz.
Original Post: Metaclass Programming in Python: Pushing Object Oriented Programming to the Next Level
Feed Title: Gnosis Software
Feed URL: http://gnosis.cx/rss.xml
Feed Description: All the publications of David Mertz, with a sprinkling of free software, and occasional extra goodies.
Latest Python Buzz Posts
Latest Python Buzz Posts by David Mertz
Latest Posts From Gnosis Software

Advertisement
Most readers are already familiar with the concepts of object-oriented programming: inheritance, encapsulation, polymorphism. But the -creation- of objects of a given class, with certain parents, is usually thought of as a "just so" operation. It turns out that a number of new programming constructs become either easier, or possible at all, when you can customize the process of object creation. Metaclasses enable certain types of "aspect oriented programming," e.g. allow you to enhance classes with features like tracing capabilities, object persistence, exception logging, and more.

Read: Metaclass Programming in Python: Pushing Object Oriented Programming to the Next Level

Topic: On IRC, nobody knows you're not a dog Previous Topic   Next Topic Topic: Python NOT so overlooked by Apple

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use