Your cart is empty.
Keep shopping
Learn how to use templates in flask to separate email content from Python code, create a templates directory, and render templates with variables, conditionals, and loops using Jinja.
This eight part series was created for those without experience in Flask. By watching these videos, you'll go from knowing nothing about Flask to building a working app. You'll see how far just knowing basic Python can get you when using Flask to build a web app.
The app built in this course is a guest book app.
This course assumes basic understanding of Python, SQL databases, and HTML