Zed finishes Learn Python The Hard Way
sheddingbikes.com
Zed finishes Learn Python The Hard Way
1–10 of 115 posts
Re: Zed finishes Learn Python The Hard Way
#2Re: Zed finishes Learn Python The Hard Way
#3Cool. Why isn't it 1.0?
Re: Zed finishes Learn Python The Hard Way
#4Re: Zed finishes Learn Python The Hard Way
#5I really think it's acceptable to introduce these function to newbies, I'll go as far as saying it's actually a good thing.
I like the chapter on automated testing.
Re: Zed finishes Learn Python The Hard Way
#6My only gripe is that he poses certain questions/exercises that he fully expects us to solve, one way or another. But if we cannot; we're screwed. He does not give the answer. It has only happened once so far, but that was enough for me to miss out on what seems like a pretty crucial part of the book.
Re: Zed finishes Learn Python The Hard Way
#7I am learning python through this book at the moment. It is my first attempt at learning to code, so I have nothing to compare it with, but I must say that this book is very good. My only gripe is that he poses certain questions/exercises that he fully expects us to solve, one way or another. But if we cannot; we're screwed. He does not give the answer. It has only happened once so far, but that was enough for me to…
Welcome to graduate school! (And, for that matter, real life.)
As in grad school, the secret is: If you can't figure it out, ask around. Form teams that stay up until 3am waving their hands and sketching on chalkboards. If nothing else, it's a bonding experience that you'll treasure for life.
Re: Zed finishes Learn Python The Hard Way
#8May I suggest making it available in other formats, assuming that it is possible, once it is finished? Perhaps as text or HTML files in a tarball? Or even as an epub (for Nooks and iPad)?
Re: Zed finishes Learn Python The Hard Way
#9I am learning python through this book at the moment. It is my first attempt at learning to code, so I have nothing to compare it with, but I must say that this book is very good. My only gripe is that he poses certain questions/exercises that he fully expects us to solve, one way or another. But if we cannot; we're screwed. He does not give the answer. It has only happened once so far, but that was enough for me to…
Maybe some kind of forum in addition to the bok would be a good idea.
Re: Zed finishes Learn Python The Hard Way
#10Unless I'm mistaken there's no chapter about functional programming in Python (lambda functions, filter(), map() and reduce()). I really think it's acceptable to introduce these function to newbies, I'll go as far as saying it's actually a good thing. I like the chapter on automated testing.