From 8e68231c8498122e5937155ed150b4de8eaf096a Mon Sep 17 00:00:00 2001 From: Khujrat Shaikh Date: Sat, 14 Mar 2026 15:27:05 +0530 Subject: [PATCH 1/2] Add "Automate the Boring Stuff with Python" to Python books list Add "Automate the Boring Stuff with Python" to Python books list --- books/free-programming-books-en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/books/free-programming-books-en.md b/books/free-programming-books-en.md index aa0faf46963a8..e59a5dbdb71fb 100644 --- a/books/free-programming-books-en.md +++ b/books/free-programming-books-en.md @@ -7,4 +7,6 @@ * [English, By Programming Language](free-programming-books-langs.md) * [English, By Subject](free-programming-books-subjects.md) +* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/) - Al Sweigart (HTML, PDF) +* [You Don't Know JS Yet](https://github.com/getify/You-Dont-Know-JS) - Kyle Simpson (HTML) (The list of books in English is here for historical reasons.) From 32a36e37a17eade1535119e32ccac31d5f96560c Mon Sep 17 00:00:00 2001 From: Khujrat Shaikh Date: Sat, 14 Mar 2026 15:38:36 +0530 Subject: [PATCH 2/2] Remove books from free programming books list Removed two books from the English programming books list. --- books/free-programming-books-en.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/books/free-programming-books-en.md b/books/free-programming-books-en.md index e59a5dbdb71fb..aa0faf46963a8 100644 --- a/books/free-programming-books-en.md +++ b/books/free-programming-books-en.md @@ -7,6 +7,4 @@ * [English, By Programming Language](free-programming-books-langs.md) * [English, By Subject](free-programming-books-subjects.md) -* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/) - Al Sweigart (HTML, PDF) -* [You Don't Know JS Yet](https://github.com/getify/You-Dont-Know-JS) - Kyle Simpson (HTML) (The list of books in English is here for historical reasons.)