When comparing Learn Python the Hard way vs Python Programming Fundamentals, the Slant community recommends Learn Python the Hard way for most people. In the question“What are the best resources to learn Python?” Learn Python the Hard way is ranked 3rd while Python Programming Fundamentals is ranked 29th. The most important reason people chose Learn Python the Hard way is:
Teaches by giving a piece of code and letting the user see what the code does.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Practical
Teaches by giving a piece of code and letting the user see what the code does.
Pro Free
Available online for free.
Pro Encourages use of flash cards
To help better remember certain parts of the language, the author suggests using flash cards.
Pro Practical
Fun project to build as you learn.
Pro Beginner-friendly
Excellent for complete beginners with no previous experience.
Cons
Con Author still suggests newcomers to the language learn Python 2
The only reason to learn Python 2 these days is if you have to workout on legacy Python 2 software, and upgrading to Python 3 is not an option. Telling newcomers to learn a outdated, and soon to be unsupported version of the language is detrimental.
Con Suggests looking up details on the web
The book often suggests looking up details on the web instead of providing them. Additionally, no resources are suggested where to look up such information. As a result the quality of explanation of details can vary based on used resource.
Con Uses commercial software to teach the language
One of the first things the guide asks you to do is create an account with Nitrous.io to use their cloud IDE. While Nitrous has a free plan, the practice of doing that is questionable.