This commit is contained in:
Allwell 2026-05-12 18:20:10 +00:00 committed by GitHub
commit fe0496d5ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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