This is the repository for the assignments in TDT4265. This repository was originally written by Håkon Hukkelas and Mamoona Birkhez Shami, with current additions by Michael Staff Larsen.
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
-
Cybele lab: guide
Clone this repostiory:
git clone https://github.com/TDT4265-tutorial/TDT4265_StarterCode_2024.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