Book Image

The Ultimate Flask Course [Video]

By : Anthony Herbert
4.3 (3)
Book Image

The Ultimate Flask Course [Video]

4.3 (3)
By: Anthony Herbert

Overview of this book

Many developers, and even beginners, opt for the Flask framework to build web applications because of its easy-to-understand and well-defined framework. This course will show you how to use the Flask framework’s power and its extensions to build powerful and robust web applications. The course starts by taking you through the process of setting up the Flask environment on your machines. Next, you will understand the Flask basics and templates and learn how to create and connect to a database. In the rest of the course, you will build six interesting Python web applications to dive deep into the concepts of the Flask framework. By building these applications, you will learn how to create and connect the applications to databases, how to use Flask to process incoming request data, how to build an API with Flask, how to handle user sessions, and how to deploy applications to a server. In addition to this, you will also cover popular Flask extensions, such as Flask-SQLAlchemy, Flask-Bootstrap, Flask-Babel, and learn how these extensions add powerful functionalities to your applications. By the end of this course, you will be well-versed in the Flask framework and extensions and will have gained the skills to build real-world applications. The code files for this course are available at https://github.com/packtpublishing/the-ultimate-flask-course
Table of Contents (23 chapters)
Chapter 7
Flask-SQLAlchemy
Content Locked
Section 8
Introduction to Queries
This video provides an introduction to queries.