Onboarding to Python, FastAPI, SQLAlchemy (2021)

from blog Alex W.'s Blog, | ↗ original
Several key pieces in Pinwheel’s tech stack are: Python (CPython) - Language + Runtime FastAPI - Web framework Pydantic - I/O data object validation Starlette - ASGI framework uvicorn - Event loop ASGI server SQLAlchemy - ORM psycopg2 - Postgres DB driver Here are a collection of articles, notes, books, etc. I thought were particularly helpful...