@Larry
> "@property" 375 hits
> "def __getattr__" 28 hits
I don't think it is fair to compare occurrences of __getattr__ vs occurrences of @property,
since in the first case one would use a single __getattr__ per class, while in the second case
@property is required for every attribute.