8/28 | Read Google's Python Programming Class. It is a good idea to do the exercises associated with each section: google python exercises |
---|
/c/cs200/hws
8/28 | Homework #0:
hw0.py.
It is due online via gradescope
at 11:59 Thursday, September 12
(It is also available in /c/cs200/hws/hw0.py from your
Zoo account.)
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 canvas hw0 collaboration quiz on academic honesty and collaboration policy. It counts for 10 points |
9/4 | Homework #1: hw1.py. It is due online via gradescope at 11:59 Monday, September 23. 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/16 | Homework #2: hw2.py. It is due online via gradescope at 11:59 Monday, Septmber 30. 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 21st. (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/14 | Homework #4: hw4.py. It is due online via gradescope at 11:59 Monday October 28th. (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/28 | Homework #5: hw5.py. It is due online via gradescope at 11:59 Monday November 11th. (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 ) OExtension to Monday November 18th. | 11/11 | Homework #6: hw6.py. It is due online via gradescope at 11:59 Wednesday December 4th. 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/20 | Homework #7:
hw7.py.
It is due online via gradescope (see note below)
at 11:59 Wednesday 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 password poem[1-4]There are two autograders: 7a and 7b. hw7a contains questions 1-3 and hw7b contains questions 4-6. For 7a, please submit hw7a.py as the autograder will not recognize hw7.py For 7b, submit three files: hw7b.py, encode.sh and decode.sh. In the hw7b.py file, please comment out the main function as that will crash the autograder. Also comment out "import numpy" and "import wordsegement" as those two modules will also crash the autograder. This is not necessary for hw7a. |