Welcome to the Computer Programming tutorial repository for Semester 2, 2025/2026!
This repository is used as a companion resource for the Basic Programming tutorial sessions. It contains code examples, exercises, and supplementary materials to support students throughout the semester.
📅 Content is updated on a weekly basis — check back regularly for new materials!
| Detail | Info |
|---|---|
| Course | Computer Programming |
| Semester | Semester 2, 2025/2026 |
| Session Type | Tutorial |
Each week's materials will be organised into their own folder as the semester progresses:
computer_programming_25_26/
├── session0/ # Introduction & Setup
├── session1/ # (coming soon)
├── session2/ # (coming soon)
├── session3/ # (coming soon)
├── session4/ # (coming soon)
└── ...
- Clone the repository to your local machine:
git clone https://github.com/project-with-student/computer_programming_25_26.git
- Pull the latest changes before each tutorial session to get the newest materials:
git pull
- Follow along with the examples and attempt the exercises provided each week.
New content is added each week covering topics introduced in the tutorial sessions. Check the relevant week folder for:
- Code examples discussed in class
- Practice exercises
- Additional reading or reference materials
If you spot any errors or have questions about the materials, please open an Issue in this repository.