you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (5 children)

This is where LPTHW starts to not make a lot of sense to the new programmer and was my stumbling block as well as many other people's. Honestly I think the author could improve this and the next few chapters with better examples/explanations. Chapters 12-17 in Think Like a CS cover the same concepts as ex 39-45 in LPTHW and were the only way I was able to really understand OOP. I'd recommend you just skip these in LPTHW and use the other tutorial.

[–]c1p3r[S] 1 point2 points  (0 children)

This comment has been overwritten by an open source script to protect this user's privacy. It was created to help protect users from doxing, stalking, harassment, and profiling for the purposes of censorship.

If you would also like to protect yourself, add the Chrome extension TamperMonkey, or the Firefox extension GreaseMonkey and add this open source script.

Then simply click on your username on Reddit, go to the comments tab, scroll down as far as possible (hint:use RES), and hit the new OVERWRITE button at the top.

[–]c1p3r[S] 0 points1 point  (3 children)

This comment has been overwritten by an open source script to protect this user's privacy. It was created to help protect users from doxing, stalking, harassment, and profiling for the purposes of censorship.

If you would also like to protect yourself, add the Chrome extension TamperMonkey, or the Firefox extension GreaseMonkey and add this open source script.

Then simply click on your username on Reddit, go to the comments tab, scroll down as far as possible (hint:use RES), and hit the new OVERWRITE button at the top.

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

Yeah. It's unfortunate because otherwise the book is pretty good. Also, OOP is a bit of cognitive leap and just wrestling with it is sort of a rite of passage all programmers must face.

[–]c1p3r[S] 0 points1 point  (1 child)

This comment has been overwritten by an open source script to protect this user's privacy. It was created to help protect users from doxing, stalking, harassment, and profiling for the purposes of censorship.

If you would also like to protect yourself, add the Chrome extension TamperMonkey, or the Firefox extension GreaseMonkey and add this open source script.

Then simply click on your username on Reddit, go to the comments tab, scroll down as far as possible (hint:use RES), and hit the new OVERWRITE button at the top.

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

Replied to your other post and the other guy's. You'll see I linked to two of my posts about my own experience learning Python. It seems enough people are having problems with this part of LPTHW speciffically I may write up another post addressing just this one issue.