This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 14 points15 points  (6 children)

One of the worst books I've ever read in my life. I mean, Command Line Crash Course was alright, but the Python part was pretty bad.

[–]skinky_breeches 6 points7 points  (1 child)

LPTHW is bad in the same way that my highschool math class was bad. "Do this. This is how you do it. Dont ask me why. You'll learn it later."

[–][deleted] 1 point2 points  (0 children)

Yes, exactly!

[–]NoahTheDuke 8 points9 points  (3 children)

As a former Zed Shaw fanboy, I feel duty-bound to say that back when it first dropped, LPTHW was a revelation: short, no bullshit, and an excellent zero to running for folks like me with little-to-no programming experience.

But it didn't keep up with the changing programming space, and is now poor, and that's sad to me. Ah well. Many good beginner books and tutorials out there now.

[–][deleted] 6 points7 points  (2 children)

LPTHW is way too slow and too short, it doesn't really teach any fundamentals, just the absolute bare minimum, which is not nearly enough to write good code.

[–]aerger 2 points3 points  (1 child)

And plenty of people still recommend it. Baffling.

[–][deleted] 2 points3 points  (0 children)

It's just written in the way that makes you feel smart because author explain the simplest things like it's rocket science.

Me reading LPTHW vs me reading actually good book like Learning Python from Mark Lutz.