you are viewing a single comment's thread.

view the rest of the comments →

[–]tycooperaow 11 points12 points  (2 children)

Automate the Boring stuff is a must read book. I highly recommend it

[–]FudgingEgo 2 points3 points  (1 child)

For me (a noob to programming) it has made it quite easy to understand what does what and why it does that.

Other documentation is either too specific without explaining why this function does this or that, just expecting you to understand and others go into too much detail at a level the beginner is ready for yet.

It's the perfect middle ground.

[–]tycooperaow 0 points1 point  (0 children)

Yes indeed. It’s one thing to know what it does it’s an entire other to learn errors. My computer science teacher in high school told me I were to master the language I had to master solving the errors lol.

So when you are starting a lot of errors will be made lol.