<<
>>
How dynamic are Python programs?
- Names / attributes created dynamically
- exec statements in locals
- assign attribute to arbitrary object
- Most programs never do this,
or do it seldomly
- Most names are fairly static
-- part of the nature of naming
- Can we implement namespaces to make common cases fast?