Getting Started with Python FastAPI — Concepts, Install & Running on PyCharm (feat. uvicorn)
Why FastAPI (async / I/O-bound) and how it relates to Python's GIL, installing FastAPI and uvicorn with pip, the relationship between a web framework and a web application (ASGI/WSGI), and two ways to run the server with uvicorn in PyCharm plus the built-in Swagger UI.

