Building Data-Driven Web Apps with Flask and SQLAlchemy Transcripts
Chapter: Welcome to the course
Lecture: Introducing the course
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Hello and welcome to Data-Driven Web Apps in Flask! In this course, we're going to take the Flask web framework which is a Python-based web framework
0:09
and we're going to build some amazing data-driven web applications with it. We're going to use Bootstrap, which is one of the most popular
0:16
CSS front-end design frameworks to make the web app that we build in Python look great. Of course, almost all web applications access a database.
0:25
At least the dynamic ones do! And we're going to use the most popular and powerful Python-based ORM called SQLAlchemy
0:31
to write Python classes and map those to our database. So welcome, welcome, welcome to Data-Driven Web Apps in Flask!
0:38
We're going to have a great time building some real-world applications and learning some real-world ways to put those into production.