A Practical Approach to Building Neural Network Models Using PyTorch
by Vishnu Subramanian,
2018
Tag: python
Python for Data Analysis
Python for Data Analysis, second edition, Wes McKinney, O’Reilly, 2017
Python is the best language for analyzing large data sets, and Pandas is the best library for doing this. Wes is the creator of Pandas, so he has an intimate knowledge of the subject.
Beginning Python
Beginning Python
From Novice to Professional
By Hetland, Magnus Lie
Book – 2017
Coding All-in-one
Coding All-in-one
By Abraham, Nikhil
Book – 2017
Learn the languages of the web, in particular, CSS, Javascript, and Python.
Python the Hard
Learn Python the Hard Way A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code By Shaw, Zed Book – 2017
If you can tolerate the authors opinionated style, you will learn Python quickly from this book.
You could also read the free online version.
Professional Python
Professional Python
By Sneeringer, Luke
Book – 2015
Effective Python
Effective Python : 53 Specific Ways to Write Better Python
By Slatkin, Brett
Book – 2015
Automate the Boring Stuff With Python
Automate the Boring Stuff With Python : Practical Programming for Total Beginners
By Sweigart, Albert
Book – 2015
Fluent Python by Luciano Ramalho
Fluent Python
by Luciano Ramalho, ebook, O’Reilly, 2015
Scraping With Python
Web Scraping With Python – Collecting Data From the Modern Web, Ryan Mitchell, O’Reilly, 2015
This book is a great introduction to Python. It also introduces several related web technologies. For web scraping, you will be learning more about parsing HTML, JavaScript, and JSON REST API’s. You will dip into Natural Language Processing and character encoding. There is also a quick chapter on OCR so you can get text from images. Naturally, there is some talk of MySQL to store the information. 200 well written pages, legendary O’Reilly quality.