Sections
Personal tools
You are here: Home » Faculty and Staff » Hale, Walker » November 8
 

November 8

Up one level
Materials from the November 8 class
November 8 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.
November 8 Week3_v03.ppt
PowerPoint presentation used during class
November 8 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)
November 8 tetris_base_2.py
An updated version of the file used during class showing the next set of refactoring changes
November 8 tetris_base_1.py
The version of the program developed during class
November 8 prop_sample.py
Sample from the lecture (properties)
November 8 iter_sample.py
Sample from the lecture (iterators)
November 8 gen_sample.py
Sample from the lecture (generators)
November 8 callable_sample.py
Sample from the lecture (callables)
November 8 Cats!
Humorous web page that the students were looking at during class