From e10f6b15a95b83012dd4a185fd0c483ce9c420ea Mon Sep 17 00:00:00 2001 From: IsJn-227 Date: Thu, 9 Oct 2025 18:36:08 +0530 Subject: [PATCH 1/3] Add Automate the Boring Stuff with Python, 3rd Edition by Al Sweigart (HTML) --- books/free-programming-books-langs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 68915529feba3..560a03ecee3b3 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1966,6 +1966,8 @@ Books on general-purpose programming that don't focus on a specific language are * [An Introduction to Statistical Learning with Applications in Python](https://www.statlearning.com) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, Jonathan Taylor (PDF) * [Architecture Patterns with Python](https://www.cosmicpython.com/book/preface.html) - Harry J.W. Percival, Bob Gregory (HTML) * [Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners](https://automatetheboringstuff.com/2e/chapter0/) - Al Sweigart (3.8) +* [Automate the Boring Stuff with Python, 3rd Edition] +(https://automatetheboringstuff.com) - Al Sweigart (HTML) * [Automate the Boring Stuff with Python: Practical Programming for Total Beginners](https://automatetheboringstuff.com/chapter0/) - Al Sweigart (3.4) * [Beej's Guide to Python Programming - For Beginners](http://beej.us/guide/bgpython/) - Brian "Beej Jorgensen" Hall (HTML,PDF) * [Beyond the Basic Stuff with Python](https://inventwithpython.com/beyond/) - Al Sweigart (3.x) From 974bae26193ba58c0fdb37398f3482fbe3ed089f Mon Sep 17 00:00:00 2001 From: IsJn-227 Date: Thu, 9 Oct 2025 18:41:46 +0530 Subject: [PATCH 2/3] Add Automate the Boring Stuff with Python, 3rd Edition by Al Sweigart (HTML) --- 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 560a03ecee3b3..c4f0eacad2a4d 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1965,9 +1965,9 @@ Books on general-purpose programming that don't focus on a specific language are * [A Whirlwind Tour of Python](https://jakevdp.github.io/WhirlwindTourOfPython/) - Jake VanderPlas * [An Introduction to Statistical Learning with Applications in Python](https://www.statlearning.com) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, Jonathan Taylor (PDF) * [Architecture Patterns with Python](https://www.cosmicpython.com/book/preface.html) - Harry J.W. Percival, Bob Gregory (HTML) -* [Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners](https://automatetheboringstuff.com/2e/chapter0/) - Al Sweigart (3.8) * [Automate the Boring Stuff with Python, 3rd Edition] (https://automatetheboringstuff.com) - Al Sweigart (HTML) +* [Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners](https://automatetheboringstuff.com/2e/chapter0/) - Al Sweigart (3.8) * [Automate the Boring Stuff with Python: Practical Programming for Total Beginners](https://automatetheboringstuff.com/chapter0/) - Al Sweigart (3.4) * [Beej's Guide to Python Programming - For Beginners](http://beej.us/guide/bgpython/) - Brian "Beej Jorgensen" Hall (HTML,PDF) * [Beyond the Basic Stuff with Python](https://inventwithpython.com/beyond/) - Al Sweigart (3.x) From ff81178ce66694c50813c3c5de8deb492cc97d36 Mon Sep 17 00:00:00 2001 From: IsJn-227 Date: Thu, 9 Oct 2025 18:51:07 +0530 Subject: [PATCH 3/3] Fix alphabetical order of Automate the Boring Stuff entries --- books/free-programming-books-langs.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index c4f0eacad2a4d..2a10abebe4758 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1965,10 +1965,9 @@ Books on general-purpose programming that don't focus on a specific language are * [A Whirlwind Tour of Python](https://jakevdp.github.io/WhirlwindTourOfPython/) - Jake VanderPlas * [An Introduction to Statistical Learning with Applications in Python](https://www.statlearning.com) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani, Jonathan Taylor (PDF) * [Architecture Patterns with Python](https://www.cosmicpython.com/book/preface.html) - Harry J.W. Percival, Bob Gregory (HTML) -* [Automate the Boring Stuff with Python, 3rd Edition] -(https://automatetheboringstuff.com) - Al Sweigart (HTML) * [Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners](https://automatetheboringstuff.com/2e/chapter0/) - Al Sweigart (3.8) - * [Automate the Boring Stuff with Python: Practical Programming for Total Beginners](https://automatetheboringstuff.com/chapter0/) - Al Sweigart (3.4) +* [Automate the Boring Stuff with Python, 3rd Edition](https://automatetheboringstuff.com) - Al Sweigart (HTML) +* [Automate the Boring Stuff with Python: Practical Programming for Total Beginners](https://automatetheboringstuff.com/chapter0/) - Al Sweigart (3.4) * [Beej's Guide to Python Programming - For Beginners](http://beej.us/guide/bgpython/) - Brian "Beej Jorgensen" Hall (HTML,PDF) * [Beyond the Basic Stuff with Python](https://inventwithpython.com/beyond/) - Al Sweigart (3.x) * [Biopython Tutorial and Cookbook](https://biopython.org/DIST/docs/tutorial/Tutorial.pdf) (PDF)