Flask is a popular web framework for Python. It is often referred to as a micro framework as Flask contains the bare minimum functionality for a web framework. The programmer is free to choose whatever libraries he likes for database management, form validation etc.

In this tutorial, you will learn how to create REST APIs using Flask. You will also learn how to connect to a database, how to authenticate users using JWT along with standard REST operations.

Chapters

  1. Part 1: REST APIs Using Python and Flask
  2. Part 2: REST APIs Using Python and Flask
  3. Part 3: REST APIs Using Python and Flask