Lazy evaluation using Python descriptors (and decorators)
In Container Emulation in Python I showed how easy it is to emulate container behavior in Python in order to enable concise data access. In this post I want to talk about how this can be accomplished lazily.