What are some good programming books for C and Python?

0
12
Asked By CuriousCoder42 On

I'm diving into learning C and Python for scripting and game development. Unfortunately, I'm on a tight budget and can't access a library nearby – the closest one has only government-issued books. I'm looking for ebooks that I can get for free. Any recommendations?

5 Answers

Answered By CDevFan On

If you're learning C, you might want to check out 'A Book on C: Programming in C' by Al Kelley and Ira Pohl. It's older but still a great resource for foundational knowledge, and there are free PDFs floating around on the internet.

Answered By PracticalDev123 On

Honestly, while books are helpful, I'd suggest focusing on solving problems directly through projects. The free documentation and tutorials online cover a lot of what you'll need, and building small programs can really solidify your understanding. Experience is key!

Answered By BookWorm2018 On

One book that really helped me is 'The Pragmatic Programmer.' It's not tied to any one language and focuses on general software engineering principles. Best part is, it's available for free online! Check it out on GitHub: [The Pragmatic Programmer](https://github.com/lighthousand/books/blob/master/the-pragmatic-programmer.pdf).

Answered By GameDevNewbie On

Also, make sure to just get hands-on with coding! Reading theory can be useful, but creating projects and getting into the coding rhythm is what really sticks. Working on little scripts or terminal games for practice can be super rewarding.

Answered By Pythonista2020 On

For Python, 'Automate the Boring Stuff' is a fantastic resource! You can either buy it or find the free version available online, which makes it super accessible for beginners.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.