Dashboard: Shortest Route

Learn how to interactively plot the shortest route for the traveling salesperson with Dash and Flask.

We'll cover the following

Dashboards provide a comprehensive and interactive way to visualize complex data sets. They allow users to quickly identify patterns and empower businesses to make data-driven decisions.

Dash

Dash is a library used for creating interactive web applications, like dashboards, in Python. It’s built on top of plotly.js, React, and Flask and enables users to create analytical web applications in pure Python. Dash apps are rendered in the web browser and can be deployed to servers.

Flask

Get hands-on with 1200+ tech skills courses.