November 8
Up one levelMaterials from the November 8 class
-
Homework Assignment Due November 15
- Create the next step in building a version of Tetris: Falling T pieces that you can shift and rotate as they fall. When they land, they form piles.
-
Week3_v03.ppt
- PowerPoint presentation used during class
-
tetris_base_3.py
- The version of the program that you should use as the base for this week's assignment (falling blocks that leave piles)
-
tetris_base_2.py
- An updated version of the file used during class showing the next set of refactoring changes
-
tetris_base_1.py
- The version of the program developed during class
-
prop_sample.py
- Sample from the lecture (properties)
-
iter_sample.py
- Sample from the lecture (iterators)
-
gen_sample.py
- Sample from the lecture (generators)
-
callable_sample.py
- Sample from the lecture (callables)
-
Cats!
- Humorous web page that the students were looking at during class