This repository is the student-facing lab repo for in-class exercises and demos.
How to use
- Option A (recommended if students have GitHub): clone the repository:
git clone https://github.com/loeksnokes/code-with-ai-lab.git - Option B: download a ZIP of this repo and extract locally (if students are not using GitHub accounts).
- Open the project in VS Code and follow exercise instructions in /exercises.
Repository layout
- /exercises — numbered exercises (each with README, starter code, tests)
- /solutions — instructor solutions (protected branch; keep private if needed)
- requirements.txt — Python dependencies for exercises
- README contains course‑specific instructions and how to run tests
Notes for instructors
- If students cannot push to GitHub, prepare a ZIP for each session and distribute via Teams or email.
- If you want students to submit work, use the alternative submission instructions (upload to Teams or email a ZIP).