From 1d4caab140780ce55766014a66b5725dc81fa2fc Mon Sep 17 00:00:00 2001 From: Eric G Butler Jr Date: Tue, 28 Oct 2025 14:05:40 -0500 Subject: [PATCH 1/4] Add 'Python Notes for Professionals' to Python section --- 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 20500cc43af06..ed5267313b5ee 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1970,6 +1970,7 @@ Books on general-purpose programming that don't focus on a specific language are ### Python + * [Python Notes for Professionals](https://goalkicker.com/PythonBook/) * [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 From bb9db1a276e5c9facce97ebdf3a45b3ba15cec7c Mon Sep 17 00:00:00 2001 From: Eric G Butler Jr Date: Tue, 28 Oct 2025 14:22:31 -0500 Subject: [PATCH 2/4] Fix formatting to pass linter --- 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 ed5267313b5ee..0aed648c4812f 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1970,7 +1970,7 @@ Books on general-purpose programming that don't focus on a specific language are ### Python - * [Python Notes for Professionals](https://goalkicker.com/PythonBook/) +* [Python Notes for Professionals](https://goalkicker.com/PythonBook/) * [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 From eec649504e28aa33f988c76a8a8eaf487b969147 Mon Sep 17 00:00:00 2001 From: Eric G Butler Jr Date: Tue, 28 Oct 2025 14:40:24 -0500 Subject: [PATCH 3/4] Remove duplicate Python Notes for Professionals entry --- 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 0aed648c4812f..16ed0f7c57bc0 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1970,7 +1970,7 @@ Books on general-purpose programming that don't focus on a specific language are ### Python -* [Python Notes for Professionals](https://goalkicker.com/PythonBook/) + * [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 From c328393e73869354603e2dd648d1a096c92f0032 Mon Sep 17 00:00:00 2001 From: Eric G Butler Jr Date: Tue, 28 Oct 2025 14:47:18 -0500 Subject: [PATCH 4/4] Remove duplicate Python Notes for Professionals entry --- books/free-programming-books-langs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 16ed0f7c57bc0..7942ec934cd75 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1970,8 +1970,6 @@ Books on general-purpose programming that don't focus on a specific language are ### Python - - * [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