Provides content, snippets, and code samples used in class. Much of the code is created on the fly in class and so may not be perfect or that well documented. Please refer to Blackboard for the latest course information.
To effectively use this repository, follow these steps:
- Fork this repository
- Clone your forked repository
- Add this repository as
upstream
to your cloned repo:git remote add upstream https://github.com/NM-TAFE/diploma-adv-prog-python.git
- Switch to the branch corresponding to your semester/lecturer. For example,
2024/s2/raf
for Rafael's semester 2, 2024 class:git switch 2024/s2/raf
- Pull in the latest changes from the
upstream
repository:git pull upstream 2024/s2/raf