diff --git a/README.md b/README.md index 848f164..54f728b 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,22 @@ Projektarbeit RWU: Python im Browser mit PyScript - D3/PyScript +![JS Demo](https://raw.githubusercontent.com/marvinscham/pa-pyscript/main/basic-example/basic-example.png) + - [REPL mit Matplotlib](https://checksch.de/pa-pyscript/repl/repl.html) - [Beispielcode zum Copypasten](https://raw.githubusercontent.com/marvinscham/pa-pyscript/main/repl/matplotlib-example.py) -- [PLZ-Karte Deutschland](https://checksch.de/pa-pyscript/map/map.html) +![REPL](https://raw.githubusercontent.com/marvinscham/pa-pyscript/main/wave/wave.png) + +- [PLZ-Karte Deutschland](https://checksch.de/pa-pyscript/map/map.html) (_Achtung, lädt lang_) - Folium +![Map](https://raw.githubusercontent.com/marvinscham/pa-pyscript/main/map/map.png) + - [Schwebung](https://checksch.de/pa-pyscript/wave/wave.html) - NumPy/Chart.js + +![Wave](https://raw.githubusercontent.com/marvinscham/pa-pyscript/main/wave/wave.png) diff --git a/map/README.md b/map/README.md index 6585101..a7709ad 100644 --- a/map/README.md +++ b/map/README.md @@ -4,3 +4,5 @@ Stellt mittels [Folium](http://python-visualization.github.io/folium/) die Regio - [Aufrufbare Instanz](https://checksch.de/pa-pyscript/map/map.html) - [Datenquelle](https://www.suche-postleitzahl.org/downloads) + +![img](https://raw.githubusercontent.com/marvinscham/pa-pyscript/main/map/map.png) diff --git a/map/map.png b/map/map.png new file mode 100644 index 0000000..85de766 Binary files /dev/null and b/map/map.png differ diff --git a/repl/repl.png b/repl/repl.png new file mode 100644 index 0000000..b8fda27 Binary files /dev/null and b/repl/repl.png differ diff --git a/wave/README.md b/wave/README.md index 4fecfa8..ed77ca2 100644 --- a/wave/README.md +++ b/wave/README.md @@ -9,3 +9,5 @@ _Als Schwebung bezeichnet man den Effekt, dass die Resultierende der additiven Mittels NumPy werden die Daten für eine interaktive Demonstration von Schwebung bereitgestellt und mit Chart.js visualisiert. [Aufrufbare Instanz](https://checksch.de/pa-pyscript/wave/wave.html) + +![img](https://raw.githubusercontent.com/marvinscham/pa-pyscript/main/wave/wave.png) diff --git a/wave/wave.png b/wave/wave.png new file mode 100644 index 0000000..cbda6fa Binary files /dev/null and b/wave/wave.png differ