With more and more python adoption in the communities, there's also a growing need for python based backend for the web. in this talk we'll discuss one such framework: fastAPI.
We'll go over:
fastAPI vs flask vs Django
Pydantic for fastAPI
Alembic for database migrations
Backend architecture design
Authentication and authorization
Deployment using docker and uvicorn
Bonus: Building pluggable fastAPI routes for your backend