#100DaysOfCode in Python Transcripts
Chapter: Days 85-87: Fullstack web apps made easy
Lecture: Fullstack web introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Hello and welcome to Day 85, Michael here again. We're going to build a really cool interactive web application. And we're going to do it the easy way.
0:09
You've already seen Flask, and Flask is super powerful, and super flexible. In fact, we're going to come back to Flask again,
0:16
maybe one or two more times in this course still, 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.