Spring 2011
COSC 175 - General Computer Science
Dr. Charles Dierbach
Python Resources
Python Summary (as of 4-28)


ONLINE PYTHON REFERENCE (pdf) (html)

ONLY CHAPTERS 2, 3, 5, 6, 7, 8, and 10 relevant for our classes, skipping the following sections:

3.10 (stack diagrams)
5.8-5.10 (recursion)
6.5-6.9 (more recursion)
7.1 (multiple assignment)
7.4 (break statement)
8.4 (string slices)
8.8 (string methods)
10.5 (list slices)
10.7 (map, filter, reduce)
10.9 (lists and string)
10.10 (objects and values)
10.11 (aliasing)