Outline for March 4
Reading: text, §9.2, 11.1
Due: Homework 4, due on March 4 at 11:55pm
- Miscellany
- Sets (mutable), frozensets (immutable) [sets.py]
- Conditional expressions [condexp.py]
- List comprehensions [listcomp.py]
- Generator expressions [gener.py]
- Keyword arguments, variable number of arguments [args3.py]
- Classes and objects
- User-defined types (classes)
- Instantiate (create) new object (__init__)