Skip to content

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.

Notifications You must be signed in to change notification settings

consideratecode/dash-pycamp2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published