Goals
NON GOALS
- demonstrate proper Python techniques for normal development
- maximize efficiency
simple
- intuitive for those with zero programming experience
predictable
safe
- heavy use of private members
- prevents accidental access
- hides from (most) autocomplete
understandable
Last updated on