🔥 Burn Fat Fast. Discover How! 💪

Build Your Data Science Web App with Dash Dash is an open so | Python Universe

Build Your Data Science Web App with Dash

Dash
is an open source library for building web analytic applications. Written on top of Flask, Plotly.js, and React.js, Dash is ideal for building data visualization apps with highly custom user interfaces in pure Python. It's particularly suited for anyone who works with data in Python.

Installation
pip install dash
pip install dash-html-components
pip install dash-core-components
pip install dash-table

Dash apps are rendered in the web browser. You can deploy your apps to servers and then share them through URLs. Since Dash apps are viewed in the web browser, Dash is inherently cross-platform and mobile ready.

Docs
App Examples
Detailed tutorial by RealPython

#dash #web #charting