Open source
Build Data Apps in Python with Dash
Dash is an open source Python framework for building interactive web apps and dashboards without writing JavaScript. See the project at
Watch on YouTube · Watch on TikTok
The story
What the video said
You write Python code to study data. You want to share your charts as a real web app. But you do not know JavaScript, and you want to pick up where you left off. Dash is an open source Python library for building data apps and dashboards. You define a layout in Python, and it serves a web page for you. You connect inputs to outputs with small Python functions called callbacks. When a user changes a dropdown, the function runs and sends new values back to the page. The project page shows short clips of working apps. One clip shows a dropdown changing a chart. Another shows a table updating from a few inputs. Dash is a mature Python tool for data apps. It uses a layout and callback model, and it runs on Flask by default. The code is open source under the MIT license.
This page was generated from the Ming Dao AI publication record.
Ming Dao AI is independent and unaffiliated with GitHub or the featured project. Read our editorial policy.