Make a python GUI or app - Dash Plotly tutorial - [Intro]

Опубликовано: 09 Октябрь 2024
на канале: dwx
5,373
57

Have you ever had an idea about an app but didn't know where to start?

In this video I introduce the basics of a very intuitive python framework called Dash. I cover the general use cases and show some examples including a personal weather app and a dashboard describing a popular machine learning algorithm (t-SNE). To wrap things up I go over the basic python code for building an app (or GUI).

Dash was created by the fine folks who also brought you interactive Plotly graphs. Definitely check out their websites:
Cool graphs - https://plot.ly/python/
Dash - https://dash.plot.ly/

Other helpful Dash tutorials:
   • Intro - Data Visualization GUIs with ...