Note: this site is still up to serve as a reference for people who took the course in Fall of '18. If you're currently enrolled, please head to the site for the current semester.

Projects

General Directions

You can upload either a .py file or a .zip file for each project with the submission tool. Only one partner is required to upload the project. To make sure both partners receive credit, though, you must include the following comment somewhere in your code (replace YOUR-NETID and PARTNER-NETID with your respective NetIDs, the part before @wisc.edu in your campus email address):

# submitter: YOUR-NETID
# partner: PARTNER-NETID

Or, if you're working by yourself, just put the following line by itself:

# submitter: YOUR-NETID
# partner: none

Specific Directions

Coming soon...