When comparing Think Python vs Corey Schafer Youtube, 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 Corey Schafer Youtube is ranked 37th. 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 Not only basics of Python
He covers advanced topics, not like most tutorials which only cover the basics.
Pro Great selection of topics
He has very good collection of videos of different beginner/intermediate/advanced Python topics.
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.
Con Not for beginners in Python
You should have some understanding of Python before watching his videos. He covers basic topics but they cover more than basics.