A curated list of awesome blogs, resources and tutorials for learning Shiny for Python.
Shiny for Python is an open source Python package that provides an elegant and powerful web framework for building web applications using Python. Shiny helps you turn your analyses into interactive web applications without requiring HTML, CSS, or JavaScript knowledge.
Shiny is a framework that makes it easy to build interactive web applications without requiring traditional web development skills. Since its introduction ten years ago for R, Shiny has made it possible for R users to communicate with a much broader audience—and now Shiny is available for Python! Python users can now use Shiny to create interactive data-driven web applications by writing Python code.
- Why Shiny for Python? - May 2023
- Shiny for Python is now generally available - April 2023
- Experimenting with Shiny for Python - April 2023
- Introducing Shiny for Python - Aug 2022
- Creating your first Shiny for Python app - June 2023
- Shiny for Python: Creating a simple Twitter analytics dashboard - Nov 2022
- Get Started with Shiny for Python - Sept 2022
- Official examples
- Official gallery
- Retirement simulation dashboard: Dashboard using Quarto and Shiny for Python. Quarto provides the document structure and layout, while Shiny provides the interactivity.
- Chatstream: a Shiny for Python module for building AI chat applications.