Python Metaclasses for Generic Learning Algorithms
March 24, 2021
Metaclasses are terrific, in the sense that they’re a powerful tool for programming, but also in that they should inspire a bit of terror. In this post, I talk about an example from my own work that fits both criteria.
...