Falcon is a WSGI-compliant web framework designed to build RESTful APIs without requiring external code library dependencies.
Building Scalable RESTful APIs with Falcon and PyPy shows a to-do list example with Falcon running on PyPy.
Getting started with the Falcon Framework (using Python) provides a small example application you can build.
Building a rate limiter in Python 3 with Falcon and run it via Docker is an introductory tutorial for creating and running a simple but useful Falcon app and executing it within a Docker container.
The official Falcon tutorial has a meaty guide for building and deploying your first Falcon web application.
Searching for a complete, step-by-step deployment walkthrough? Learn more about The Full Stack Python Guide to Deployments book.