From 2543d6ba96ea2ae72f4aba4ed7e2099570a7c1f6 Mon Sep 17 00:00:00 2001 From: Sean Riley Date: Sat, 3 Nov 2018 03:00:57 -0500 Subject: [PATCH] Minor grammar and syntax corrections. (#20630) * Minor grammar and syntax corrections. * Remove insecure urls * Fix formatting --- .../book-recommendations/python/index.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/guide/english/book-recommendations/python/index.md b/guide/english/book-recommendations/python/index.md index c7393ac209..687b856a97 100644 --- a/guide/english/book-recommendations/python/index.md +++ b/guide/english/book-recommendations/python/index.md @@ -2,21 +2,22 @@ title: Books on Python Programming Language --- - ### List of Books + ## List of Books *Think Python 2e* ![alt text](http://greenteapress.com/thinkpython2/think_python2_medium.jpg "Think Python 2e") -- [Website](http://greenteapress.com/wp/think-python-2e/) -- [E-book](http://greenteapress.com/thinkpython2/html/index.html)(free) +- [Website](https://greenteapress.com/wp/think-python-2e/) +- [E-book](https://greenteapress.com/thinkpython2/html/index.html)(free) - [Amazon Smile](https://smile.amazon.com/gp/product/1491939362) - ISBN-13: 978-1491939369 - *Learn Python 3 the Hard Way* +Paid (Free ebook available) book which covers the basics of Python. It's designed to get you started with the Python language and become familiar with its syntax and workings by the time you complete the book. + ![alt text](http://www.informit.com/ShowCover.aspx?isbn=9780134692883&type=f "Learn Python 3 the Hard Way") - [Website](https://learnpythonthehardway.org/) (Buy from the creator | Includes video lessons) @@ -26,7 +27,6 @@ title: Books on Python Programming Language - ISBN-10: 0134692888 - *Black Hat Python: Python Programming for Hackers and Pentesters* ![alt text](https://images-na.ssl-images-amazon.com/images/I/51O-GzoZi5L._SL200_.jpg "Black hat Python") @@ -34,6 +34,9 @@ title: Books on Python Programming Language - [Amazon Smile](https://smile.amazon.co.uk/Black-Hat-Python-Programming-Pentesters/dp/1593275900) - ISBN-10: 1593275900 +So you've covered the basics of Python? You're now ready to discover the in-depth tutorials which cover the advanced programming aspects of Python. These include system administration, GUIs and the web. Understand how Python is used in databases, networking, front-end scripting layers and more. + +- [Amazon](https://www.amazon.com/Programming-Python-Powerful-Object-Oriented/dp/0596158106) *Programming Python* @@ -41,13 +44,11 @@ title: Books on Python Programming Language ![alt text](https://covers.oreillystatic.com/images/9780596158118/cat.gif "Programming Python: Fourth Edition") - [Amazon Smile](https://smile.amazon.com/Programming-Python-Powerful-Object-Oriented/dp/0596158106) -- [O'Reilly](http://shop.oreilly.com/product/9780596158118.do) - ISBN-10: 0596158106 - ISBN-13: 978-0596158101 - - *Data Science from Scratch: First Principles with Python* +You'll learn many of the first princliples for data science tools and how algorithms work by implementing these from scratch. If you have an aptitude for maths and some coding skills, you'll have a crash course in Python that includes the basics of algebra, statistics, and probability. You'll learn how to implement models such as k-nearest Neighbors, Naive Bayes, linear and logistic regression, decision trees, neural networks and clustering. Discover recommender systems, natural lanuage processing, network analysis, MapReduce and databases. ![alt text](https://covers.oreillystatic.com/images/0636920033400/cat.gif "Data Science From Scratch") @@ -57,7 +58,6 @@ title: Books on Python Programming Language - ISBN-13: 978-1491901427 - *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") @@ -68,8 +68,8 @@ title: Books on Python Programming Language - 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. - [Amazon Smile](https://smile.amazon.com/Python-Crash-Course-Hands-Project-Based/dp/1593276036/) - ISBN-10: 1593276036 @@ -94,7 +94,7 @@ title: Books on Python Programming Language - [Functional Programming in Python by David Mertz [OREILLY] [FREE]](https://www.oreilly.com/programming/free/files/functional-programming-python.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]](http://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) Please feel free to add more that you have found useful!