Member-only story

How to build a Dashboard in Python!

Jorge Silva
2 min readDec 4, 2020

Dash is an extremely powerful library to quickly build dashboards in Python, giving you the full freedom of HTML, JS, and CSS using Python.

Let’s take a look at some examples hosted on the plotly gallery.

A Broker Dashboard with live prices

Broker Dashboard

An Uber rides tracking app

Uber Dashboard

The examples are self-explanatory, all the elements can interact with each other, rendering and updating dynamically.

No responses yet

Write a response