Python Metaclasses
Today I’m going to talk about python metaclasses. Metaclasses are generally considered to be an advanced python topic, but I promise that it’s really not that bad. The first step on the path to understanding metaclasses is to recognize that in python, even though you don’t need to specify types (as you do in many…