Python Falcon Tutorial

Python Falcon Tutorial

Falcon is a Python library for developing mission-critical REST APIs and microservices. It supports both WSGI and ASGI specifications. Falcon framework has been developed by Kurt Griffiths in January 2013.

This Python Falcon Tutorial is based on the Latest Falcon 4.2.0 version.

Audience

This tutorial is designed for developers who want to learn building mission-critical REST APIs and microservices using Falcon, a minimalist ASGI/WSGI framework.

Prerequisites

Before you proceed, make sure that you understand the basics of procedural and object-oriented programming in Python. Knowledge of REST architecture is an added advantage.

Advertisements