DEV Community

Discussion on: Any recommendations for programming fundamental books for beginners?

Collapse
 
dmerand profile image
Donald Merand

I'm a bit late to the party on this one, but my favorite first book on programming is the Pragmatic Programmer by Andrew Hunt + Dave Thomas.

The Pragmatic Programmer does an amazing job of helping the reader to get into healthy + productive programming mindset. It's not heavy on algorithms or data structures - it's about all of the other things that make you a successful coder. It's the first book I give to any new folks who work on my teams! I also re-read it every year or two.

Good luck on your journey! The first part is the hardest part.

Collapse
 
morinoko profile image
Felice Forby

Thank you for your suggestion! I was actually really curious about the Pragmatic Programmer since it was recommended in a lot of other blog posts. I think I'll be reading that next ;)

Collapse
 
dmerand profile image
Donald Merand

You are welcome! Feel free to ping me if you're getting stuck at any point - I'm always happy to help.

Thread Thread
 
morinoko profile image
Felice Forby

Will do! thanks again!