From 61cbd5a8d6c3d9cdbb57e42fbfe34f997102d1b5 Mon Sep 17 00:00:00 2001 From: Harsh Gupta <150253719+harshgupta2125@users.noreply.github.com> Date: Sun, 5 Oct 2025 09:35:55 +0530 Subject: [PATCH] =?UTF-8?q?add=20FastAPI=20=E2=80=94=20The=20Blue=20Book?= =?UTF-8?q?=20to=20Python=20books=20(#12074)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add FastAPI — The Blue Book to Python books * Review done --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index c84b33344..392bd543a 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1982,6 +1982,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Dive into Python 3](https://diveintopython3.problemsolving.io) - Mark Pilgrim (3.0) * [Dive into Python](https://linux.die.net/diveintopython/html/toc/index.html) - Mark Pilgrim (2.3) * [Essential Python](https://www.programming-books.io/essential/python/) - Krzysztof Kowalczyk, StackOverflow Contributors +* [FastAPI — The Blue Book](https://lyz-code.github.io/blue-book/fastapi/) - Luis López (HTML) * [Full Stack Python](https://www.fullstackpython.com) - Matt Makai * [Functional Programming in Python](https://www.oreilly.com/ideas/functional-programming-in-python) - David Mertz * [Fundamentals of Python Programming](https://web.archive.org/web/20191005170430/http://python.cs.southern.edu/pythonbook/pythonbook.pdf) - Richard L. Halterman (PDF) *( :construction: in process)*