Add Python by Example

This commit is contained in:
Eli Cowel 2026-02-10 18:40:47 -07:00 committed by GitHub
parent 351c271b86
commit acfae0ca7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2066,6 +2066,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Python 3 Official Documentation](https://docs.python.org/3/download.html) (PDF, EPUB, HTML, TEXT) (3.x)
* [Python 3 Patterns, Recipes, and Idioms](https://python-3-patterns-idioms-test.readthedocs.io/en/latest/) - Bruce Eckel & Friends
* [Python 3 Tutorial](https://github.com/Akuli/python-tutorial)
* [Python by Example](https://github.com/pycollege/python-by-example)
* [Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook) - Jake VanderPlas (HTML, Jupyter Notebooks)
* [Python for Astronomers](https://prappleizer.github.io/textbook.pdf) - Imad Pasha, Christopher Agostino (PDF)
* [Python for Data Analysis](https://wesmckinney.com/book/) - Wes McKinney