Shiny for Python - Finance Web App

Опубликовано: 12 Февраль 2026
на канале: Martin Bel
2,180
like

💥 Download the FREE Data Science Roadmap for 2023 ➡️ http://bit.ly/3ysZjG5
💥 Blog: https://mbel-education.com
💥 Code: https://github.com/martinbel/shiny-py...

---------------------------------------------------------------------------------------------------

In this video I cover how to build an app using the shiny web framework in Python. Shiny is a very popular framework in R to develop web apps. A few months ago, it was released for Python.

I hope you enjoy the video!

Timeline
0:00 Introduction
0:39 Web App Walkthrough
1:47 Finance Related Code
2:36 ui: Front End Code
3:52 Server: Back End Code
7:12 Output: Render Table
7:52 Output: Scatter Plot
9:12 Final Code Overview
11:03 How to Run it in VSCode