CSE 399-005: Python Programming, Spring 2006

Instructions for turnin

First of all, you have to be in eniac to submit your homework. eniac-l doesn't work although it's the default machine to work on. To submit a file (e.g. prog1.py) with turnin as project hw1, type:
turnin -c cse39905 -p hw1 prog1.py

You can submit multiple files by typing:
turnin -c cse39905 -p hw1 prog1.py prog2.py prog3.py
or:
turnin -c cse39905 -p hw1 *.py

To verify what you submitted, type:
turnin -c cse39905 -p hw1 -v

If you turnin some other files to the same project, they will overwrite your previously turned in files. So, if you want to submit some extra files in addition to what you already submitted, you should submit everything again (the old and the new files).

Use -p hw1 for HW1 and so on. Your code for problem 1 should be named prog1.py and so on.

If you have questions regarding turnin, please email Bill (kandylas@seas).

Homework

Quiz

Friday March 31st, 1-1:35pm, TOWNE 309
quiz (without solutions)
Programming Solutions:

Final Exam - take home

Out on Friday April 21th. Due Saturday May 8th.

pdf
slides

Sample cases: