When comparing Learn Python the Hard way vs Python Weekly, 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 Weekly is ranked 33rd. 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 Has a jobs section
Both the newsletter and a section of the site covers jobs that are available for Python developers.
Pro Keeps you updated on all things Python
The newsletter is a includes curated news and articles as well as keeps readers up to date on various tools, libraries and events that might be relevant to Python users.
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 Not for beginners
While this is a great resource for Python devs to keep up to date with the scene, it's no a great resource for learning Python as a beginner. The resource provides no structure or courses.