Meredydd Luff - Anvil: Full-Stack Web With Nothing But Python
Talk: Anvil: Full-Stack Web With Nothing But Python
Description:
Building a modern web app requires so much: HTML, CSS, JS, Python, SQL, React, Bootstrap, Webpack, Flask... What if we could build a better abstraction?
Our answer is Anvil (): a full-stack Python environment where everything is a Python object, from your UI components to your database rows. In this talk, I’ll walk you through how and why we constructed this new approach to the web.
We’ll start with a question: Why is web programming hard? It’s because your data takes so many forms: database rows, Python objects, JSON on REST, JS objects, HTML DOM, and finally pixels. Most of a web developer’s job is translating between these awkwardly different representations. Frameworks like Django help, but now you have a stack of leaky abstractions: web frameworks, ORMs, JS frameworks, CSS frameworks, build tools... These frameworks help you go faster, but they double the amount you need to know
1 view
147
42
2 years ago 01:06:00 1
Meredydd Luff - Anvil: Full-Stack Web With Nothing But Python