From the course: Data Visualization in Python with Dash
Unlock the full course today
Join today to access over 25,200 courses taught by industry experts.
Why Dash? - Python Tutorial
From the course: Data Visualization in Python with Dash
Why Dash?
- [Instructor] Dash is a popular open-source Python framework for building interactive data visualizations. It is built upon the popular Flask microframework, along with React and Plotly. Whereas in the past creating these kinds of applications required knowledge of multiple programming languages and frameworks, with Dash you can make data visualization interfaces using just Python and a basic knowledge of HTML and CSS. The three technologies, which constitute the core of Dash are; Flask Python Micro-Framework, which supplies the web-browser functionality, React.js which handles the user interfaces and the interactivity of your apps and Plotly.js which generates the charts used in your applications. To get an idea of what's possible with Python Dash check out the Dash app gallery. As you can see here, there's a load of demonstrations that we can explore. For example, if we want to look at wind speed, you can see…