Member-only story
Don’t Just Create Plots in Python, Go One Step Beyond
Show your visualizations in a web-based layout using Plotly Dash

A few years back, Data Scientists/Analysts used to do the data analysis in python and if it became a periodic (weekly, monthly, etc) requirement, the team used to jump to Tableau or any other dashboarding tool out there to create an auto-refresh dashboard but now you can do all of this in python.
Comes the Plotly Dash!
Dash is a python framework created by Plotly for creating interactive web dashboards. With Dash, you don’t have to learn HTML, CSS, and Javascript to create interactive dashboards, you only need python.
In this blog, you will learn how to create the layout of a dashboard using the Plotly library. For illustration purposes, I will use google trends API for fetching the data and creating the dashboard.

Want to learn plotly Dash ? Read the following article to get a basic understanding of plotly Dash. Get an in-depth understanding by either following the official documentation or check out my course on Udemy where you will learn how to create full…