Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.78 KB

list of resources.md

File metadata and controls

39 lines (33 loc) · 1.78 KB

Simple dash apps to fork and imitate

This page presents a collection of very simple dash apps, designed for learning purposes. Each has an embedded link to its source code on github. Students can fork the code on github, modify the app.py file, and deploy their own version on Heroku. Here's a Medium post describing how to do that.

Simple Dash apps (no callbacks, no pandas)

Dash apps with simple callbacks

More advanced callbacks

Dash apps with Pandas

Dash apps with maps

Dash apps for machine learning models