#100DaysOfCode in Python Transcripts
Chapter: Days 76-78: Getting Started with Python Flask
Lecture: Flask introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Good day guys, this is Julian Sequeira again and welcome to Day 76, 77, and 78. In this three part segment, we are going to be building a Flask app.
0:12
For those of you who may have taken other courses, this is one of my favorite themes. So, I'm really excited to be teaching you this one.
0:20
The basics here, we are going to just build a really simple Flask app but we're going to use Jinja2 templates straight off the bat.
0:27
We're not just going to deal with the basics. And then we're going to deal with dictionaries and how to print those variables,
0:34
how to print that data straight into a Jinja2 template that way your actual website has some functionality.
0:41
So, let's get right into it and start coding.