Welcome!

This website contains all relevant information for the Python course offered by STADS (Students' Association for Data Analytics & Statistics) and the University of Mannheim.

Course Schedule

Zoom Access:

Note: The Zoom Meeting ID and Passcode will be updated weekly. Please check this website or Portal² before each session for the latest information.

Additional Q&A session: 18.11.2025

Exam

Requirements: Participation in at least 4 out of 8 in-person sessions (attendance will be recorded).

Note: The exam format will differ from previous years. More details will follow.

Registration

Before the first session, please make sure you completed the setup.

Course Structure

This course mainly consist of two parts:

All materials will be provided in English, as is typical in the data science world. The sessions themselves will be held in German. You can contact me in either language.

Setup

  1. Python. We will be using Python 3.13 for this course. There are many ways to install Python. If you haven't done so yet, you could use Miniconda or install Python globally.
  2. VS Code. We will be working a lot with Jupyter Notebooks. You can use Jupyter Notebooks in your browser, but it is recommended to use Visual Studio Code. Make sure to install the Python and Jupyter Extensions in VS Code.
  3. Git. All code will be provided in a GitHub repository
    https://github.com/STADS-Mannheim/python-course-2025.git
    If you haven't already done so yet, you can install Git as described below.
    • Windows: Download Git for Windows or just type in your admin powershell
      choco install git
    • Mac: Download Git for Mac or just type in your terminal
      brew install git
    If you are not familiar with Git, you can find a very short guide here.