Merge 3743055fd6c66e4d1e2a826ec026a1f21a410691 into a6afe576b653cb505c330cd960f4e858051aee51

This commit is contained in:
Allwell 2026-07-04 12:26:14 +00:00 committed by GitHub
commit 697eac884a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1983,6 +1983,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