This repository contains the material and the tasks for the python programming course in the winter semester 2023/24. The repository will be updated during the semester.
The slides for each week can be found in the folder slides
. The tasks for each week can be found in the folder tasks
.
You can clone this repository to your local machine using the following command:
git clone https://github.com/Jannusch/python_course.git
code python_course
You can use your own python installation. Everything should work if your setup is correct. As an alternative this repository contains a devcontainer definition. If you use the devcontainer everything is setup for you.
Important: Due to the setup of the PC pool in the university this course is held, the container has root privileges on the machine it is executed. You can quite easily cause big trouble on your system!
Easy way: You can use this repository with a codespace from github. If you have a pro account (if you are a student you should have one) you can start the codespace based on the devcontainer and the repository. The option is in the same menu as the clone of the repository (green button on the left).