From 9dd0cbca4d550831e9b245b126063487386dcae0 Mon Sep 17 00:00:00 2001 From: FTarfasse <41832786+FTarfasse@users.noreply.github.com> Date: Tue, 16 Oct 2018 05:01:24 +0200 Subject: [PATCH] Added Python crash course book 2E (#18882) --- .../guide/english/book-recommendations/python/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/pages/guide/english/book-recommendations/python/index.md b/client/src/pages/guide/english/book-recommendations/python/index.md index 142b4cb15e7..028e394016e 100644 --- a/client/src/pages/guide/english/book-recommendations/python/index.md +++ b/client/src/pages/guide/english/book-recommendations/python/index.md @@ -49,6 +49,12 @@ You'll learn many of the first princliples for data science tools and how algori - ISBN-10: 149190142X - ISBN-13: 978-1491901427 +*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. +- [Amazon](https://www.amazon.fr/Python-Crash-Course-Hands-Project-Based/dp/1593276036/ref=sr_1_1?ie=UTF8&qid=1539459730&sr=8-1&keywords=python+crash+course) +- ISBN-10: 1593276036 +- ISBN-13: 978-1593276034 + #### Other Resources - [Functional Programming in Python by David Mertz [OREILLY] [FREE]](https://www.oreilly.com/programming/free/files/functional-programming-python.pdf)