T-Th 9:05
or
T-Th 11:15
in Olin 155

CS 1110: Introduction to Computing Using Python

Fall 2013

Labs

Labs are held every week, during section. You will not be graded on your performance during lab, though you are expected to do them. Up to two labs may be missed; any more unexcused absences and we reserve the right to reduce your course grade (e.g. B goes to B-).

The weekly labs in this class are tentatively listed in the table below. Many of the labs are being revamped, and hence are not yet available. When the lab becomes available, a link below in the Lab column will take you to a page with more instructions.

Lab Topic Reading Code
Lab 1 Evaluating Expressions Chapters 1 and 2
Lab 2 Functions, Strings, and Modules The Python Library
Lab 3 Modules and Testing Sections 3.1-3.8 demo_test.py
funcs.py
parse.py
test_funcs.py
lab03.zip
Lab 4 Assignment 1   lab04.py
Lab 5 Conditionals and Asserts   piglatin.py
Lab 6 Lists and For-Loops Chapter 10
Lab 7 Recursion Exercises Sections 5.8 - 5.10 lab07.py
test_lab07.py
lab07.zip
Lab 8 Blackjack Chapter 15, 17 blackjack.py
test_blackjack.py
card.py
lab08.zip
Lab 9 Properties and Subclasses Sections 18.7-18.10 drawapp.py
shapes.py
lab09.py
lab09.zip
Lab 10 While-Loops   lab10.py
test_lab10.py
lab10.zip
Lab 11 Loops and Invariants   lab11.py
Lab 12 Sequence Algorithms  

Course Material Authors: D. Gries, L. Lee, S. Marschner, & W. White (over the years)