Added book recommendation (#21791)

Automate the boring stuff with Python is an interesting book that should not be missing from a Python book list
This commit is contained in:
Eva Scholten
2018-11-15 17:14:50 +01:00
committed by Tom
parent 116db60912
commit 4cad2c0b77

View File

@ -98,5 +98,6 @@ You'll learn many of the first princliples for data science tools and how algori
- [Python in Education by Nicholas H. Tollervey[OREILLY] [FREE]](https://www.oreilly.com/programming/free/files/python-in-education.pdf) - [Python in Education by Nicholas H. Tollervey[OREILLY] [FREE]](https://www.oreilly.com/programming/free/files/python-in-education.pdf)
- [How to think like a Computer Scientist by Allen Downey[V 2.0.17] [FREE]](https://greenteapress.com/thinkpython/thinkpython.pdf) - [How to think like a Computer Scientist by Allen Downey[V 2.0.17] [FREE]](https://greenteapress.com/thinkpython/thinkpython.pdf)
- [A Byte of Python[FREE]](https://python.swaroopch.com) - [A Byte of Python[FREE]](https://python.swaroopch.com)
- [Automate the Boring Stuff with Python [FREE]](https://automatetheboringstuff.com)
Please feel free to add more that you have found useful! Please feel free to add more that you have found useful!