Building Data-Driven Web Apps with Pyramid 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 Pyramid.
0:04
In this course, we are going to take the Pyramid web framework
0:07
which is a Python-based web framework
0:10
and we're going to build some amazing
0:12
data driven web applications.
0:14
We're going to use Bootstrap which is one
0:16
of the most popular CSS front end design frameworks
0:19
to make our web app we build in Python look great.
0:23
Of course, almost all web applications access databases.
0:27
At least the dynamic ones do.
0:29
And we're going to use the most popular
0:30
and powerful Python-based ORM called SQLAlchemy
0:34
to write Python classes and map those to our database.
0:39
Welcome, welcome, welcome
0:40
to Data Driven Web Apps in Pyramid.
0:43
We're going to have a great time building
0:45
some real world applications and learning
0:47
some real world ways to put them into production.