🔥 The Dash course is live! Get 15% off with the code EARLY25 until Sept 5th.
Skip to content
dash-resources.com

dash-resources.com

Learn to build interactive web applications with Python and Dash plotly

  • Blog
  • Tutorials
  • Dash courses
  • Contact
  • About

How to secure a multi-page Dash app with dash-auth

  • Beginner level
2025-08-282025-08-28 Fran

In this tutorial, we will see how to secure your Dash multi-page app using the basic authentication mechanism in dash-auth. It’s the natural continuation of […]

Continue reading

How to secure a Dash app with dash-auth

  • Beginner level
2025-08-282025-08-28 Fran

In this tutorial, we’ll see how you can protect your Dash app with the package dash-auth. We’ll cover how to set up basic authentication, how […]

Continue reading

How to use allow_duplicate (good and bad practices)

  • Intermediate level
2025-04-162025-04-17 Fran

A few weeks ago, I was inspired to write an article about the allow_duplicate options and the possible drawbacks of using it. In this new […]

Continue reading

The dark side of allow_duplicate & making callbacks sequential

  • Intermediate level
2025-03-252025-08-29 Fran

I was inspired by this question on the Plotly community forum to talk about sequential callbacks and, more broadly, callback design with or without allow_duplicate. […]

Continue reading

Dash plotly vs. Streamlit: what are the differences?

  • Beginner level
2025-03-132025-03-13 Fran

Dash and Streamlit are two Python frameworks that can be used to build data applications and interactive dashboards. But what makes them different? And which […]

Continue reading

Understanding dcc.Store in Dash Plotly

  • Beginner level
2025-03-052025-03-05 Fran

Dash applications often require sharing data between callbacks without rerunning expensive computations or relying on an external database. This is where dcc.Store comes in to […]

Continue reading

Dash app callback performance: a real-world debugging example

  • Experienced level
2025-02-202025-02-20 Fran

While working on my app, I noticed a discrepancy in performance between the deployed version and my local environment. There was a little delay to […]

Continue reading

A guide to beautiful Dashboards (basic design principles)

  • Beginner level
2025-02-092025-03-09 Fran

So you’ve started building dashboards with Dash Plotly. Bravo! But you soon realize that even if it is easy to build dashboards, it is somehow […]

Continue reading

How to animate Dash Graphs

  • Examples
2025-02-022025-02-08 Fran

The animate and animation_options parameters in Dash’s Graph component control how your visualizations transition between updates. These parameters are essential for creating smooth, interactive data […]

Continue reading

How to make responsive Dash Graphs

  • Examples
2025-02-022025-02-08 Fran

How works the responsive parameter? The responsive parameter in Dash’s Graph component controls how your graph responds to window resizing and container element changes. This […]

Continue reading

Posts pagination

1 2 Next Posts»
  • Home
  • About
  • Contact
  • Tutorials
  • Courses
  • Request an article
dash-resources.com © 2025