Create a web app with only Python - Python Anvil Tutorial

Опубликовано: 17 Октябрь 2024
на канале: DevOps Journey
20,935
309

🔗 Anvil: https://anvil.works/devopsjourney

In this video I show you how to make a simple stock picker application in Anvil. This simple webapp will introduce you to the Anvil editor as well as teach you the basics of writing python code in Anvil. This simple application is just the start of what you can build.

📁 Code Available here: https://github.com/devopsjourney1/anv...

0:00 Intro
1:05 Anvil Editor UI
3:10 Building the UI of a webapp in Anvil
6:22 Building the Frontend logic of our Anvil app with Python
12:50 Building the Backend logic of our Anvil app with Python
24:16 Publishing your Anvil Web application