Learn Python The Hard Way (3rd Edition) – Free PDF Download3 min read

A few years ago, a fellow named Zed Shaw created a website called “Learn Python the Hard Way” that a lot of people praised. He kept updating it from time to time and eventually Addison-Wesley turned it into a book by the same name and they have now brought it out in its third edition. The website is made up of lots of short exercises that help beginner programmers learn the various nuances of Python but in bite-sized chunks. A DVD with more than 5 hours of the tutorial is bundled with the book so that readers also have access to video material.
 
Two things to note before you begin are that the book is on Python 2 and you are warned against installing Python 3. As well as prohibiting the use of copy and paste, you are expected to use command line programming using PowerShell on Windows, Terminal on OSX, or “Bash” on Linux. Shaw explicitly tells you not to use IDE or an alternative Python editor.
The book is split into 52 exercises or chapters if you will. Most of the chapters are under four pages in length. In fact, there are a lot of chapters that have a blank page between it and the next chapter, so there is some filler going on here. Each chapter also has some drills and some common student questions in them.
 
As expected in an introductory text, you will learn about all the data structures that you’ll need as a Python programmer. From simple things like strings, dictionaries, and lists, to conditionals, loops, functions, and classes. They are all covered here. The book also goes over Booleans, Is-a / has-a, inheritance, composition, testing, and the web framework.
In the introduction, Mr. Shaw makes a big deal about how if you, the reader, feel like he is insulting your intelligence, then you are not in the intended audience for this book. That section alone is rather insulting whether you’re a beginner or not. I didn’t really appreciate it when he stated that “programmers lie frequently about being math geniuses when they really aren’t”. I assume he is attempting to be funny, but he comes across as snarky, at best.
Regardless of whether you enjoy that type of writing, the core content is pretty good. I like how each piece is put together and how the chapters build on each other, increasing the reader’s abilities one step at a time. I think beginners will benefit from the book.

You can download Ebook Learn Python The Hard Way here (file docx) or here (file pdf).

Also read:

DMCA Disclaimer: This site complies with DMCA Digital Copyright Laws. Please bear in mind that we do not own copyrights to these books. We’re sharing this material with our audience ONLY for educational purposes. We highly encourage our visitors to purchase original books from respected publishers. If someone with copyrights wants us to remove this content, please contact us immediately. All books on the learntocodetogether.com are free and NOT HOSTED ON MY WEBSITE. If you feel that we have violated your copyrights, then please contact us immediately (click here).

Next Article
Every support is much appreciated ❤️

Buy Me a Coffee