Up to ex.13, got a few done last night. I like the raw_input function, nice to actually start interacting with a program...
Andrew, that's an awesome question and I have actually been wrestling with that for awhile. I'm a web designer by day, so I know bits and pieces of javascript and have used jQuery in the past. I have been thinking lately about trying to learn that as well or focus on that instead of python, especially since it would be more practical and immediately useful for me since I could more easily work it into projects, but I haven't really seen a resource that is as good as LPTHW. I really like how LPTHW just makes you start coding, whereas every other programming resource and tutorial starts you out with the theory that I have read a million times (e.g. what a string is, what operators are available, how to assign variables, etc.), but doesn't have you doing anything with it for a while. Not my ideal way to learn...
Plus, I really like the cleanness of Python and how readable it is. It definitely helps me, a non-programmer, to make sense of stuff pretty easily. I still may poke around with javascript and would eventually like to learn a curly-braces based language, but right now I just need to get used to coding, the structure of programs, and how to think like a programmer.
Javascript is extremely interesting though, and there are a ton of libraries I would love to work with, specifically Paper.js, Processing.js (which is a javascript wrapper for Processing, a java-based programming language that I have played with for graphics), the Impact.js javascript game engine, and Raphael.
I am specifically interested in graphics programming, game programming, and data visualization...so it may be strange to start with python, but I also think LPTHW would be the best way to get used to programming and be able to solve problems before diving into something else. And Zed started on Learn C The Hard Way, so maybe once that is done it will be a good intro into some more hardcore topics.
Anyone want to weigh in on this discussion? Know of any good javascript resources that maybe I have missed?