From c8ed9c1db0f91b2a6895c93c70c41c84adf503c6 Mon Sep 17 00:00:00 2001 From: Sapavat-A Date: Sat, 7 Mar 2026 11:53:26 +0530 Subject: [PATCH] Add Python Crash Course free book --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 0dbe47ad1..f401cb24b 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2116,7 +2116,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Tiny Python 3.6 Notebook](https://github.com/mattharrison/Tiny-Python-3.6-Notebook) - Matt Harrison (3.6) * [Tiny Python Projects](http://tinypythonprojects.com/Tiny_Python_Projects.pdf) - Ken Youens-Clark(PDF) * [Web2py: Complete Reference Manual, 6th Edition (pre-release)](http://web2py.com/book) (2.5 - 2.x) - +* [[Python Crash Course](https://ehmatthes.github.io/pcc/)] #### Django