TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best beginner book for C programming?

2 pointsby minecraftmanover 13 years ago
I have recently learned Python using the book Learn Python The Hard Way, by Zed Shaw. I found the book to be very enjoyable, as well as informative. I would love to have a book similar to Learn Python The Hard Way, but for C. If you know of any, please let me know.

4 comments

saghulover 13 years ago
"Learn C The Hard Way" by Zed Shaw is a good start: <a href="http://c.learncodethehardway.org/" rel="nofollow">http://c.learncodethehardway.org/</a>
brmjover 13 years ago
As far as I can tell K&#38;R is still the best. Its reputation is entirely deserved.
knieveltechover 13 years ago
Practical C Programming by Steve Oualline (O'reilly Press) is maybe my favorite beginning coding books of all time, and definitely the best introduction to C I've encountered to date.
sn_over 13 years ago
I looked into a few books but in the end, I always went to the good old Kerninghan &#38; Ritchie book. So my personal favoir is still "Programming in C" by K&#38;R.