Building a To-do app is often a good way to try out a framework or a language.
Here I wanted to showcase that it is possible to create interactive apps in Python only, using Dash plotly.
Dash plotly was created to create data analysis dashboards. But it can be used to create fully interactive apps, for python developers with no frontend skills.
No JS, no need to learn React/Angular/Vue, just simple Python code.
Hi guys,
Building a To-do app is often a good way to try out a framework or a language. Here I wanted to showcase that it is possible to create interactive apps in Python only, using Dash plotly.
Dash plotly was created to create data analysis dashboards. But it can be used to create fully interactive apps, for python developers with no frontend skills.
No JS, no need to learn React/Angular/Vue, just simple Python code.
Hope you'll find this interesting,