Fixed formatting and added website (#21122)

Automate the Boring Stuff with Python and Python Crash Course did not match the title formatting of the other books. I changed them to match and added the website for ATBS.
This commit is contained in:
Tim Sullivan
2018-11-05 14:37:17 -06:00
committed by Paul Gamble
parent 3fa2615836
commit 9d5b394dd7

View File

@@ -63,11 +63,13 @@ You'll learn many of the first princliples for data science tools and how algori
![alt text](https://images-na.ssl-images-amazon.com/images/I/517XL4pO6jL._SL200_.jpg "Automate the boring stuff with Python") ![alt text](https://images-na.ssl-images-amazon.com/images/I/517XL4pO6jL._SL200_.jpg "Automate the boring stuff with Python")
- Great book for beginners. Has interesting projects to practice Python. - Great book for beginners. Has interesting projects to practice Python.
- [Website](https://automatetheboringstuff.com/)
- [Amazon](https://www.amazon.com/gp/product/1593275994/) - [Amazon](https://www.amazon.com/gp/product/1593275994/)
- ISBN-10: 1593275994 - ISBN-10: 1593275994
- ISBN-13: 978-1593275990 - ISBN-13: 978-1593275990
*Python crash course 2e* (note that 3e is going to be published on April 2019) *Python crash course 2e* (note that 3e is going to be published on April 2019)
- Paid book which gives concrete introduction to both programming and Python by the creation of projects. - Paid book which gives concrete introduction to both programming and Python by the creation of projects.