FastAPI — Video Resources¶
Best Single Video¶
[Python API Development - Comprehensive Course for Beginners] by freeCodeCamp / Sanjeev Thiyagarajan (~19 hrs)
https://www.youtube.com/results?search_query=freecodecamp+python+api+development+fastapi+comprehensive
Why this one: The most thorough free FastAPI course available — covers routing, Pydantic models, database integration with SQLAlchemy, authentication with JWT, testing, Docker, and CI/CD deployment. Watch the first 2-3 hours for a solid foundation, then return for specific topics.
Alternative Explanations¶
| Video | Creator | Duration | Best For |
|---|---|---|---|
| FastAPI Tutorial - Building RESTful APIs with Python | Tech With Tim | ~1 hr | Learners who want a concise single-session introduction |
| FastAPI Full Course for Python API Development | ArjanCodes | ~45 min | Developers who value clean architecture and design patterns |
| FastAPI Crash Course | Traversy Media | ~30 min | Quick start to get a working API in under an hour |
Deep Dives¶
- Pydantic V2 & Data Validation: ArjanCodes — Pydantic V2: The Complete Guide (~30 min) —
https://www.youtube.com/results?search_query=arjancodes+pydantic+v2+complete+guide - Dependency Injection: ArjanCodes — Dependency Injection in FastAPI (~20 min) —
https://www.youtube.com/results?search_query=arjancodes+fastapi+dependency+injection - Async Endpoints & Background Tasks: Tech With Tim — FastAPI Async and Background Tasks (~25 min) —
https://www.youtube.com/results?search_query=tech+with+tim+fastapi+async+background+tasks - JWT Authentication: Coding Entrepreneurs — FastAPI JWT Auth Tutorial (~40 min) —
https://www.youtube.com/results?search_query=coding+entrepreneurs+fastapi+jwt+authentication
Interactive Practice¶
- FastAPI Official Tutorial — The best-documented Python framework; work through each section
- FastAPI Interactive Docs (Swagger UI) — Test your endpoints directly in the browser
- TestDriven.io FastAPI Tutorial — Build a CRUD app with TDD approach
Video links verified: February 2026. If a link is broken, search the title on YouTube.
| Back to Video Index |
|---|