From 683c67d79fbc6822bbe072225962076d26d9e8c2 Mon Sep 17 00:00:00 2001 From: "James A. Bednar" Date: Wed, 10 Jan 2024 15:35:53 -0600 Subject: [PATCH] Added frontend comparison --- doc/overviews/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/overviews/index.md b/doc/overviews/index.md index a8b7ad4de..3a880f0b6 100644 --- a/doc/overviews/index.md +++ b/doc/overviews/index.md @@ -6,6 +6,8 @@ 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 +- [Top-5 Python Frontend Libraries for Data Science](https://python.plainenglish.io/top-5-python-frontend-libraries-for-data-science-91261a65e366), 24 December 2023: Artem Shelamanov. Comparing Streamlit, Solara, Trame, ReactPy, and PyQt. + - [Data Visualization with Streamlit, Dash, and Panel. Part 1](https://sunscrapers.com/blog/data-viz-streamlit-dash-panel-part-1) and [Part 2](https://sunscrapers.com/blog/streamlit-dash-panel-features-part-2), 20 September 2023: Patryk MÅ‚ynarek. Comparing Panel, Dash, and Streamlit. - [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).