-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# Example applications | ||
|
||
** TODO: fill this with references and descriptions to examples on PyScript.com ** | ||
A curated list of example applications that demonstrate various features of | ||
PyScript can be found [on PyScript.com](https://pyscript.com/@examples). | ||
|
||
The examples are (links take you to the code): | ||
|
||
* [Hello world](https://pyscript.com/@examples/hello-world/latest) | ||
* [A simple clock](https://pyscript.com/@examples/simple-clock/latest) | ||
* [Simple slider panel](https://pyscript.com/@examples/simple-panel/latest) | ||
* [Streaming data panel](https://pyscript.com/@examples/streaming-in-panel/latest) | ||
* [WebGL Icosahedron](https://pyscript.com/@examples/webgl-icosahedron/latest) | ||
* [KMeans in a panel](https://pyscript.com/@examples/kmeans-in-panel/latest) | ||
* [New York Taxi panel (WebGL)](https://pyscript.com/@examples/nyc-taxi-panel-deckgl/latest) | ||
* [Pandas dataframe fun](https://pyscript.com/@examples/pandas/latest) | ||
* [Matplotlib example](https://pyscript.com/@examples/matplotlib/latest) | ||
* [Numpy fractals](https://pyscript.com/@examples/fractals-with-numpy-and-canvas/latest) | ||
* [Folium geographical data](https://pyscript.com/@examples/folium/latest) | ||
* [Bokeh data plotting](https://pyscript.com/@examples/bokeh/latest) | ||
* [Import antigravity](https://pyscript.com/@examples/antigravity/latest) | ||
* [Altair data plotting](https://pyscript.com/@examples/altair/latest) | ||
|