Computer Science 200 Assignments


[Home]

Reading Assignments

8/30 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/cs200/hws

8/30 Homework #0: hw0.py. It is due online via gradescope at 11:59 Thursday, September 14 (It is also available in /c/cs200/hws/hw0.py from your Zoo account.) Information on using the Zoo machines: Zoo tutorial. The python 3 byte code answer file is available in /c/cs200/hws/hw0a.pyc You will submit your problem set files using gradescope.

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

9/6 Homework #1: hw1.py. It is due online via gradescope at 11:59 Monday, September 25. You will submit your problem set files using gradescope. (It is also available in /c/cs200/hws/hw1.py from your Zoo account.) The python 3 byte code answer file is available in /c/cs200/hws/hw1a.pyc
9/18 Homework #2: hw2.py. It is due online via gradescope at 11:59 Monday, October 2. You will submit your problem set files using gradescope. (It is also available in /c/cs200/hws/hw2.py from your Zoo account. The byte code answer file is available in /c/cs200/hws/hw2a.pyc )
9/25 Homework #3: hw3.py. It is due online via gradescope. at 11:59 Monday October 16th. Extension to Monday October 23rd. (It is also available in /c/cs200/hws/hw3.py from your Zoo account. The byte code answer file is available in /c/cs200/hws/hw3a.pyc )
10/16 Homework #4: hw4.py. It is due online via gradescope at 11:59 Monday October 30th. (It is also available in /c/cs200/hws/hw4.py from your Zoo account. The byte code answer file is available in /c/cs200/hws/hw4a.pyc )
10/25 Homework #5: hw5.py. It is due online via gradescope at 11:59 Wednesday November 8th. Extension to Monday November 13th. (It is also available in /c/cs200/hws/hw5.py from your Zoo account. The byte code answer file is available in /c/cs200/hws/hw5a.pyc )
11/8 Homework #6: hw6.py. It is due online via gradescope at 11:59 Wednesday November 29th. This is a mini homework: 40 points. (It is also available in /c/cs200/hws/hw6/hw6.py from your Zoo account. The byte code answer file is available in /c/cs200/hws/hw6/hw6a.pyc )
11/27 Homework #7: hw7.py. It is due online via gradescope at 11:59 Monday December 11th. (It is also available in /c/cs200/hws/hw7/hw7.py from your Zoo account. The byte code answer file is available in /c/cs200/hws/hw7/hw7a.pyc )

Note: there are related files in the same directory: hw7.

decode.sh
encode.sh
poem[1-4]
You will submit three files: hw7.py, encode.sh, and decode.sh

[Home]