Gradescope¶
Gradescope is the site that you’ll use to submit assignments and view all the graded work in the course. You should already have access to Gradescope via your UW email. If you don’t have access yet, please make a private post on Ed with your UW email to notify the course staff.
Downloading Files¶
Once you’re finished programming and testing your solutions on JupyterHub, right click on each file (main.py and variables.py) in the JupyterHub file browser and select “Download”. This will save the files to your Downloads folder.

Warning
Your files must be named main.py and variables.py in order to be graded correctly.
Submitting Homework 0 (Programming)¶
From the CSE 160 Gradescope dashboard, click on Homework 0: Programming. In the pop-up that appears, submit both your main.py and variables.py files.
Once you submit, you’ll be shown a waiting page while Gradescope processes your submission. After a few moments, the autograder will finish running your assignment code and automatically update the page with the test output and your overall assignment score:

(The correct answers are blurred out.)
You may submit as many times as you want before the deadline and will not be penalized for multiple submissions. This is true for ALL of our homework assignments.
Complete the Syllabus Quiz¶
Remember
A complete submission for Homework 0 involves submitting the main.py and variables.py files to the Homework 0: Programming assignment, and submitting the syllabus quiz in the Homework 0: Syllabuz Quiz assignment. Make sure to do both!