How to submit assignments for CS180/CS280A.

For each assignment, you will be required to submit two deliverables to Gradescope (Entry Code: KZNDRJ).
Please upload a .zip adhering to the following structure:

submission.zip
├─code/
│ ├─main.ipynb   # or main.py or main.m
│ ├─utils.py     # generic example file, not needed
│ └─README.txt   # or markdown
└─web/
  ├─page.pdf
  └─sites.txt

1. Code

You should upload code only to Gradescope. Do not host your code publicly.


2. Webpage Report

If you do not already have a webpage set up, we recommend using GitHub Pages (tutorial).

If you have any comments, even if they're about web and not code, please include them in ./code/README.txt