Live data from Hacker News

Learn Python The Hard Way 2nd Edition Released

learnpythonthehardway.org

31–40 of 60 posts

Re: Learn Python The Hard Way 2nd Edition Released

#33

Does anyone know of any good books for people that are proficient with Python and want to learn more about the language and come closer to being an expert? The idea of LPTHW has always seemed cool, but I've looked at the table of contents a couple of times and thought "huh, 80% of these topics seem trivial to me"; maybe I could still benefit by skimming through and reading anything that I don't already know. Also, it…

With no sarcasm intended, carefully read over the Python manual, sentence by sentence, every so often. You'll learn something each time for quite a few iterations. Things that seemed a mass of pointless double-underscores will start to make sense.

Plus, you can't understand the solution until you encounter the problem. Reading the language manual every so often after you've encountered more problems is often enlightening. I've been working through the bash man page this way for years. (It's taking me a while because I don't really do much shell scripting, so I don't encounter very many problems that I need solutions to.)

Re: Learn Python The Hard Way 2nd Edition Released

#36

Has the book "Learn C the hard way" released yet?

There's an open Git repo for it[1], but so far it's quiet. (Stick the repo's RSS feed into your favorite feed reader to see when it updates.)

[1] https://gitorious.org/learn-c-the-hard-way

Re: Learn Python The Hard Way 2nd Edition Released

#38
post #19

I am doing all of it with Python 3. So far, very little needs changing to make the examples work. Very clean and concise. Thanks Zed.

So this targets an earlier version of Python?

Yes, and for a reason. Python 3 is still not widely adopted [sic].

Python 3 Wall of Shame: http://python3wos.appspot.com/

Post reply on HN