From 7a48ccf5c65d81e628d1da9531915384b4ab3a3a Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 30 May 2018 20:21:35 +0100 Subject: Add FAQ about LPTHW --- templates/main/info/faq.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/templates/main/info/faq.html b/templates/main/info/faq.html index 26027098..d5fdf059 100644 --- a/templates/main/info/faq.html +++ b/templates/main/info/faq.html @@ -34,6 +34,29 @@

+
+ What's wrong with "Learn Python the Hard Way"? +
+
+

+ Learn Python the Hard Way, Zed Shaw's most infamous work, is largely considered by the + Python community to be poor-quality and misleading in general. This is due to numerous + issues with the material, which include being extremely opinionated and sometimes + condescending, out of date, confusing and even wildly incorrect in some places. +

+

+ Learners that have used Learn Python the Hard Way as their primary learning material often + find themselves confused and asking questions that really don't make that much sense - it's + also been observed that learners in this position tend to suffer heavily from the infamous + XY Problem. +

+

+ For more information on why you should avoid Learn Python the Hard Way, you can have a look + at this article on the sopython wiki, + which enumerates the most egregious issues with it. +

+
+
Should I start with Python 2 or Python 3? Which is better?
-- cgit v1.2.3