Need to learn FastAPI, well, fast? This repo shows you how to create unit tests for every tutorial example in the Official FastAPI documentation. The goal of this repo was two-fold, first to learn how ...
This repository represents code snippets that I have taken from https://fastapi.tiangolo.com/tutorial/ and my corresponding notes. Often, this is just a summary of ...
When Python web frameworks like Flask and Django first rose to prominence, Python was a somewhat different language than it is today. Many elements of modern Python, like asynchronous execution and ...