Welcome. This is your Submission Portal.
This repository serves as the central hub for handing in your work and accessing course resources.
Do this once at the beginning of the semester. You need a GitHub account and a local copy of this repository to submit your work.
Do this when you are ready to hand in a protocol or your Capstone. We use a standard folder structure to keep things organized.
1. Create your folder We have provided a tool to help you. Run this command in your terminal:
python3 setup_submission.pyIt will generate your personal folder in students_deliverables/.
2. Submit your work Move your files into that folder and push them to the cloud.
- Capstone Project Ideas: Check this list for inspiration on Code, System Design, and Theory projects.
setup_submission.py: The helper script to create your submission folder.
Happy Automating!