The python.berlin website allows all Berlin Python User Groups to introduce themselves, present slides, code examples etc.
If you have suggestions for improvements and additions, I recommend that you create a Fork of our GitHub Repository and make your changes there.
Download
$ git clone git@github.com:python-berlin/python.berlin.git
Create virtual environment
$ cd python.berlin $ python3 -m venv .venv $ . .venv/bin/activate $ python -m pip install -e ".[dev]"
Create HTML
$ cd docs $ make html