Mastodon hachyterm.io

Today I started learning about FastAPI, a new asynchronous Python web framework for building APIs.

FastAPI offers fabulous documentation, type hints, tons of integrations (oAuth, Swagger/OpenAPI, JWT).

The tutorial provides a useful starting point, if you’re interested in this framework.

Alternatively, Michael Herman wrote a detailed guide on Developing and Testing an Asynchronous API with FastAPI and Pytest.

Further Reading