mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 14:21:45 +08:00
docs: move streamlit to Data Visualization from Admin Panels
streamlit is primarily a data visualization and dashboard framework, so it better fits the Data Visualization category. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
02dab03848
commit
d48c1b8904
@ -101,7 +101,6 @@ _Libraries for administrative interfaces._
|
||||
- [flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery.
|
||||
- [func-to-web](https://github.com/offerrall/FuncToWeb) - Instantly create web UIs from Python functions using type hints. Zero frontend code required.
|
||||
- [jet-bridge](https://github.com/jet-admin/jet-bridge) - Admin panel framework for any application with nice UI (ex Jet Django).
|
||||
- [streamlit](https://github.com/streamlit/streamlit) - A framework which lets you build dashboards, generate reports, or create chat apps in minutes.
|
||||
- [wooey](https://github.com/wooey/wooey) - A Django app which creates automatic web UIs for Python scripts.
|
||||
|
||||
## Algorithms and Design Patterns
|
||||
@ -348,6 +347,7 @@ _Libraries for visualizing data. Also see [awesome-javascript](https://github.co
|
||||
- [matplotlib](https://github.com/matplotlib/matplotlib) - A Python 2D plotting library.
|
||||
- [plotly](https://github.com/plotly/plotly.py) - Interactive graphing library for Python.
|
||||
- [plotnine](https://github.com/has2k1/plotnine) - A grammar of graphics for Python based on ggplot2.
|
||||
- [streamlit](https://github.com/streamlit/streamlit) - A framework which lets you build dashboards, generate reports, or create chat apps in minutes.
|
||||
- [pygal](https://github.com/Kozea/pygal) - A Python SVG Charts Creator.
|
||||
- [pygraphviz](https://github.com/pygraphviz/pygraphviz/) - Python interface to [Graphviz](http://www.graphviz.org/).
|
||||
- [pyqtgraph](https://github.com/pyqtgraph/pyqtgraph) - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user