From 9d5b394dd7c4a329facb6300dcb2a6c607abb9e2 Mon Sep 17 00:00:00 2001 From: Tim Sullivan Date: Mon, 5 Nov 2018 14:37:17 -0600 Subject: [PATCH] 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. --- guide/english/book-recommendations/python/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/book-recommendations/python/index.md b/guide/english/book-recommendations/python/index.md index 687b856a97..4f60df751d 100644 --- a/guide/english/book-recommendations/python/index.md +++ b/guide/english/book-recommendations/python/index.md @@ -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") - Great book for beginners. Has interesting projects to practice Python. +- [Website](https://automatetheboringstuff.com/) - [Amazon](https://www.amazon.com/gp/product/1593275994/) - ISBN-10: 1593275994 - ISBN-13: 978-1593275990 + *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.