Map-Reduce, Python and Named Tuples
A year and change back, I wrote this on "Exploratory Programming".
It turns out that it was a mistake. While the subclass-expansion technique is a cool way to bang out a program incrementally, in the long run, the subclassing is ill-advised.
The more I look at Python generator functions and …
more ...