#100DaysOfWeb in Python Transcripts
Chapter: Day 52: Anvil - Full Stack Web Apps
Lecture: Chapter intro
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
We're going to build a really cool interactive web application. And we're going to do it the easy way. You've already seen Flask,
0:10
and Flask is super powerful, and super flexible. In fact, we're going to come back to Flask again, maybe one or two more times in this course still,
0:19
but I want to show you an alternative way to build web apps, and especially if you think to yourself,
0:24
I'm not a web developer, I'm not super good with CSS, I'm not great with HTML, layout doesn't work for me, I can't put together the web pieces,
0:33
these tables are crazy, I'm not great with databases. All of these things? I'm going to show you a way to build quite a wide spectrum of apps
0:41
in a super easy and accessible way that you can be up and running, literally in a day or two.