Week 8

Note1: Object Oriented Programming is a difficult but powerful concept, please take your time to revise the topic!

Note 2: If you want to install packages in the environment we set up during the course, you can do so by running %pip installpackage_name (notice the %-sign!) e.g. %pip install PrettyTable in one of your notebook cells after you selected the environment. This is only needed once, after that it can always be reimported with import. If it doesn't work (e.g. in Colab, try !pip installpackage_name with ! instead of %)

To-Do (until 11/06/2025)

Homework

  • Do days 16 & 17 of the course

    • Watch the videos

    • Do the coding exercises

Group Project

  • Get started with your group project

  • You can find all information regarding the Final Project here

Last updated

Was this helpful?