Computer Science 2000 Assignments


[Home]

Reading Assignments

9/2 Read Google's Python Programming Class. It is a good idea to do the exercises associated with each section: google python exercises

Problem Sets

Note: all homework files are available online at the zoo in
/c/cs2000/hws
Provisional Homework Dates
AssignmentAssignedDue
hw09/29/16
hw19/99/23
hw29/149/30
hw39/2110/7
hw410/510/26
hw510/1911/4
hw610/2611/16
hw711/912/2

9/2 Homework #0: hw0.py. It is due online via gradescope at 11:59 Wednesday, September 16th (It is also available in /c/cs2000/hws/hw0.py from your Zoo account.) The python 3 byte code answer file is available in /c/cs2000/hws/hw0a.pyc You will submit your problem set files using gradescope.

In addition, complete the online canvas hw0 collaboration quiz on academic honesty and collaboration policy. It counts for 10 points

9/9 Homework #1: hw1.py. It is due online via gradescope at 11:59 Wednesday, September 23rd. You will submit your problem set files using gradescope. (It is also available in /c/cs2000/hws/hw1.py from your Zoo account.) The python 3 byte code answer file is available in /c/cs2000/hws/hw1a.pyc
9/14 Homework #2: hw2.py. It is due online via gradescope at 11:59 Wednesday, September 30. You will submit your problem set files using gradescope. (It is also available in /c/cs2000/hws/hw2.py from your Zoo account. The byte code answer file is available in /c/cs2000/hws/hw2a.pyc )
9/21 Homework #3: hw3.py. It is due online via gradescope. at 11:59 Wednesday October 7th. (It is also available in /c/cs2000/hws/hw3.py from your Zoo account. The byte code answer file is available in /c/cs2000/hws/hw3a.pyc )

[Home]