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 readingCategory: Beginner level
How to secure a Dash app with dash-auth
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 readingDash plotly vs. Streamlit: what are the differences?
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 readingUnderstanding dcc.Store in Dash Plotly
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 readingA guide to beautiful Dashboards (basic design principles)
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 readingBuild a chatbot web app under 5min in Python
In this tutorial, we’ll build a ChatGPT-like web application using Dash and OpenAI’s GPT models. We will create a simple but powerful interface that allows […]
Continue readingHow to create tables in plotly Dash (dbc.Table, DataTable, AG Grid comparison)
Are you working with excel/CSV data and looking to display it in your Dash application? This comprehensive guide will walk you through all the available […]
Continue readingBuild a To-Do app in Python with Dash (part 1/3)
In this tutorial, we’ll build a To-Do application 100% in Python using Dash plotly and the community extension Dash Mantine Components. We’ll take an iterative […]
Continue readingTutorial: Dash callbacks (schemas & examples)
At its core, Dash Plotly uses a system of “callbacks” to create interactive features – these are Python functions that automatically update parts of your […]
Continue readingDash plotly vs. Django: what are the differences?
Dash and Django are two Python frameworks that can be used to build websites and web apps. But what makes them different? And which one […]
Continue reading