Shiny
Shiny is a web application framework for Python and R.
Python
All you need to deploy a Shiny for Python app to Connect Cloud is a public GitHub repository with a primary file (e.g., app.py) and a dependency file named requirements.txt.
See the Deploy a Shiny for Python App in the How-To Guide for an end-to-end example on how to deploy to Connect Cloud.
Repository examples:
R
Get started by following the Shiny for R Getting Started Guide, then visit the Gallery.
All you need to deploy a Shiny for R app to Connect Cloud is a public GitHub repository with a primary file (e.g., app.R) and a dependency file named manifest.json.
Repository examples: