A look at the newest Python Metaprogramming

7
BlueVoodoo writes “Python made metaprogramming possible, but each Python version has added slightly different — and not quite compatible — wrinkles to the way you accomplish metaprogramming tricks. Python has recently grown “decorator,” which are the newest — and by far the most user-friendly way, so far — to perform most metaprogramming.”

Link: ibm.com/developerworks

Category:

  • Python