From 1c4b06fbf13ed4c1187396ffb80efb23147fa060 Mon Sep 17 00:00:00 2001 From: "James A. Bednar" Date: Thu, 31 Aug 2023 17:48:35 -0500 Subject: [PATCH] Updated links to overview series --- doc/overviews/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/overviews/index.md b/doc/overviews/index.md index bf01d378b..738c7f1f2 100644 --- a/doc/overviews/index.md +++ b/doc/overviews/index.md @@ -6,7 +6,7 @@ The Python visualization landscape can seem daunting at first. These overviews a Adaptation of Jake VanderPlas' graphic about the Python visualization landscape, by Nicolas P. Rougier -- [Low Code With Dash, Streamlit, and Panel](https://betterprogramming.pub/technical-encounter-low-code-with-dash-streamlit-and-panel-part-1-364cf67f8b71), July 9 2023: Petrica Leuca. Comparing Dash, Streamlit, and Panel. +- [Low Code With Dash, Streamlit, and Panel](https://betterprogramming.pub/technical-encounter-low-code-with-dash-streamlit-and-panel-part-1-364cf67f8b71), July 9 2023: Petrica Leuca. Comparing Dash, Streamlit, and Panel. Separate followups focus individually on [Dash](https://medium.com/better-programming/technical-encounter-low-code-with-dash-43c6a4f2da5c), [Streamlit](https://medium.com/better-programming/technical-encounter-low-code-with-streamlit-9e3f730c0cd), and [Panel](https://medium.com/@petrica.leuca/technical-encounter-low-code-with-panel-7757d6a00876). - [Interactive Dashboards in Python 2023](https://medium.com/@marktopacio/interactive-dashboards-in-python-2023-7d6cd4bda40c), July 8 2023: Mark Topacio. Comparing Streamlit, Solara, Dash, Datasette, and Shiny for Python.