Add Automate the Boring Stuff with Python to Python section

add/automate-boring-stuff-python
This commit is contained in:
Allwell 2026-03-27 21:50:01 +01:00 committed by GitHub
parent 03935df0f1
commit 3743055fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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