This repository contains several Jupyter notebooks and correspondign exercises. These notebooks are the course material for the openSAP course Python 🐍 for Beginners.
In order to ensure that
- all output is removed from the Jupyter notebooks
- the same code formatting is used in all Jupyter notebooks
black-nb is executed using a pre-commit hook. This hook is managed using the pre-commit framework. To activate the pre-commit hook on your development machine:
- Install pre-commit by installing the dev dependencies from the
Pipfile. This can, for example,
be done by executing
pipenv install --dev
. - Execute
pre-commit install
to generate the pre-commit hook.
The work on this material has been supported by:
- The SQSL-Project of the FH Aachen
- The Stifterverband in the context of a Senior-Fellowship für Innovationen in der digitalen Hochschullehre