#Interaktive Python-Webapps ohne JavaScript mit Dash
For English see below
Dieses Repository enthält die Präsentation und Code-Beispiele für die Session "Interaktive Python-Webapps ohne JavaScript mit Dash" beim virtuellen PythonCamp 2020.
Um die Code-Beispiele auszuführen empfiehlt es sich ein virtual environment anzulegen und die benötigten Bibliotheken aus der Datei requirements.txt zu installieren. Beispiel für Mac OS/Linux:
$ python -m venv .venv
$ source venv/bin/activate
$ cd example
$ python hello_world.py
Die Präsentation ist lizensiert unter CC BY-SA 4.0.
Code-Beispiele sind adaptiert vom offiziellen Dash Userguide, lizensiert als MIT.
This repository contains the presentation (in German) and code samples for the session "Interactive Python-Webapps without JavaScript with Dash" at the virtual PythonCamp 2020.
To run the code samples, it is recommended to create a virtual environment and install the requirements from the requirements.txt file. Example for MacOS/Linux:
$ python -m venv .venv
$ source venv/bin/activate
$ cd example
$ python hello_world.py
The presentation is licensed under CC BY-SA 4.0.
Code samples are adapted from the Official Dash Userguide, licensed under MIT.