Example applications
A curated list of example applications that demonstrate various features of PyScript can be found on PyScript.com.
The examples are (links take you to the code):
Simple:
- Hello world
- uses included datetime module. No additional packages.
- WebGL Icosahedron
- uses three.js imported as a module in toml)
- Pandas dataframe fun
- uses pandas from pypi
- Matplotlib example
- uses matplotlib
- Todo
- uses pyweb. No additional packages.
- Tic Tac Toe
- uses pyweb. No additional packages.
- Pyscript Jokes
- uses pyweb and pyjokes
- D3 visualization
- uses d3
- mixes javascript code with python code. imports d3 from javascript.
- Import antigravity
- uses svg simply
- API proxy tutorial
- uses fetch
- API proxy and secrets tutorial
- uses fetch
More complex:
- Numpy fractals
- Simple slider panel
- Streaming data panel
- KMeans in a panel
- uses Bokeh, altair, numpy, pandas, scikit-learn, Panel from pypi
- loads panel, bootstrap, vega, tabulator, bokeh in index.html
- New York Taxi panel (WebGL)
- Folium geographical data
- Bokeh data plotting
- uses pandas, Bokeh, xyzservices from pypi
- Altair data plotting
- uses altair, pandas, vega_datasets from pypi
- Panel and hyplot
- uses Bokeh, Panel, markdown-it-py, numpy, pandas, hvplot, pyodide-http a fetch library.
- bokeh and panel are loaded in the index.html
Notes: - No micropython examples - all are pyodide - No worker examples