From 2fc370e09d219a2899aa1ce8c5e5833bc5309570 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Tue, 16 Apr 2024 09:50:59 -0400 Subject: [PATCH] * Added a stub on Shiny for Python for building a Python-based web app (WIP). --- data-science/20230712.python-shiny-web-app.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data-science/20230712.python-shiny-web-app.md diff --git a/data-science/20230712.python-shiny-web-app.md b/data-science/20230712.python-shiny-web-app.md new file mode 100644 index 0000000..279d24f --- /dev/null +++ b/data-science/20230712.python-shiny-web-app.md @@ -0,0 +1,28 @@ +Shiny for Python +================ + +Project site: +https://shiny.rstudio.com/py/ + +Gallery: +https://shiny.rstudio.com/py/gallery/ + + +Introductory Tutorials +---------------------- + +"Creating your first Shiny for Python app" +https://posit.co/blog/shiny-for-python-intro/ +2023-06-13 - Solomon Moon - Posit + +Intro (excerpt): + +> "Interactive web applications are a powerful and versatile tool in + a data scientist's tool belt. Through web apps, stakeholders can + self-serve and interact with analysis freeing data science + professionals up to garner additional insights. Python has several + fantastic frameworks that create web apps, most of which have room + for improvement regarding reactivity. Fortunately, this is another + area where Posit makes Python easy with Shiny for Python." + +