diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 20500cc43af06..a2a23d04c30d6 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2140,6 +2140,12 @@ Books on general-purpose programming that don't focus on a specific language are * [Test-Driven Development With Python And Django](http://www.obeythetestinggoat.com/pages/book.html) (1.11) +#### FastAPI + +* [FastAPI – Python Web Framework (Tutorialspoint)](https://tutorialspoint.com/fastapi/fastapi_tutorial.pdf) — Free PDF tutorial covering FastAPI basics and deployment. (PDF) +* [FastAPI — tiangolo (official docs)](https://fastapi.tiangolo.com) — Official documentation and tutorial (free). + + #### Flask * [Explore Flask](https://explore-flask.readthedocs.io) - Robert Picard