From 3743055fd6c66e4d1e2a826ec026a1f21a410691 Mon Sep 17 00:00:00 2001 From: Allwell <164483433+Allwell987@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:50:01 +0100 Subject: [PATCH] Add Automate the Boring Stuff with Python to Python section add/automate-boring-stuff-python --- 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 588d590d5..1de09bac1 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1978,6 +1978,7 @@ Books on general-purpose programming that don't focus on a specific language are ### Python +* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/) - Al Sweigart * [100 Page Python Intro](https://learnbyexample.github.io/100_page_python_intro/) - Sundeep Agarwal * [20 Python Libraries You Aren't Using (But Should)](https://www.oreilly.com/learning/20-python-libraries-you-arent-using-but-should) - Caleb Hattingh * [A Beginner's Python Tutorial](https://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial) - Wikibooks