When comparing Think Python vs Hackr.io, the Slant community recommends Think Python for most people. In the question“What are the best resources to learn Python?” Think Python is ranked 5th while Hackr.io is ranked 10th. The most important reason people chose Think Python is:
The book is available for free in PDF and HTML formats. A hardcover version can be bought from [Amazon](http://www.amazon.com/gp/product/144933072X).
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free versions available
The book is available for free in PDF and HTML formats. A hardcover version can be bought from Amazon.
Pro Beginner-friendly
Think Python is a free book designed for those with no background in programming. It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.
Pro Community trust
Instead of getting a recommendation from a single dev, you get recommendation from the entire programming community.
Pro Recommendation for every programming language/framework/library
You can find Python as well as Jenkins.
Pro Nice filters
Free, Video, Book, Beginner, Advanced, etc.
Cons
Con Some missing instructions for absolute beginners
Some exercises sometimes require taking steps that aren't explained. Some functions and commands are used without explaining their purpose.