Contact
Email: <robclewley SPAMFREE AT gmail>
Click here for PageHits.
Long-term possible code ideas
Make most attributes of Generators "managed attributes" using Python "properties".
Use "closures" or something like them to avoid repeated similar code in Generator sub-classes.
Investigate utility in the "classmethod()" idea, w.r.t. metaclasses and so on.
For details on the Python concepts here, look at the PythonResources page.