This is the repository for the assignments in TDT4265. This repository was originally written by Håkon Hukkelas with current additions by Mamoona Birkhez Shami.
In this course, we expect basic knowledge of python programming and git. To refresh your knowledge, we recommend the following resources:
In this course, all assignments are given in python. You can do the assignments on the following resources:
- Your own computer: Follow our python setup instructions to setup your own environment
Clone this repostiory:
git clone https://github.com/TDT4265-tutorial/TDT4265_StarterCode.git
You can also download this repository as a zip file and unzip it on your computer.
There might be minor typos or minor alterations to the starter code. If this happens, we will notify you on blackboard and you can update your starter code by doing (In your assignment directory):
git pull origin main