r/learnprogramming · 2023
Most-mentioned books in r/learnprogramming during 2023
This page ranks books by exact tracked mentions in r/learnprogramming within the published source unit for 2023. Counts come from the reconciled subreddit-by-month matrix; a source unit may be a bounded sample.
#1 Code: The Hidden Language of Computer Hardware and Software
Charles Petzold
A retired software engineer builds a computer from telegraph relays and flashlights, one chapter at a time, until you understand what a CPU actually does.
#2 The Pragmatic Programmer
Andy Hunt
Two veterans hand you a checklist for the craft: don't write code you don't need, own your tools, and fix the broken window before someone else does.
#3 Structure and Interpretation of Computer Programs
Harold Abelson
MIT's 1985 Scheme textbook that 319 Reddit commenters have recommended and a noticeably smaller number have finished.
#4 Clean Code
Robert C. Martin
The book 536 Reddit threads cite when arguing about naming variables — revered by beginners, argued over by seniors.
#5 Think Like a Programmer
V. Anton Spraul
V. Anton Spraul's guide to breaking down any programming problem before writing a single line of code — written for learners who know syntax but freeze at blank pages.
#6 Cracking the Coding Interview
Gayle Laakmann McDowell
The book that turned software hiring into a sport — written by the ex-Googler who introduced programming challenges to the process in the first place.
#7 The C Programming Language
Brian W. Kernighan
The 1978 book that defined C's syntax, co-written by its creator, still cited by name 281 times across Reddit in 7 years.
#8 Design Patterns
Erich Gamma
The 1994 Gang of Four catalog that named 23 object-oriented patterns, gave developers a shared vocabulary, and taught a generation to over-apply both.
#9 Introduction to Algorithms
Thomas H. Cormen
The textbook four MIT professors wrote to settle every algorithms argument, cited by 254 Reddit commenters across 12 subreddits and still going.
#10 A Philosophy of Software Design
John Ousterhout
A Stanford professor's 200-page rebuttal to Clean Code, built on interface depth rather than method length.
#11 Python Crash Course
Eric Matthes
The author built it for high school students who kept getting lost — 126 Reddit mentions later, it's still the default first Python recommendation.
#12 C++ Primer
Stanley B. Lippman
The 1,000-page C++ textbook that r/learnprogramming recommends by name whenever someone asks how to learn the language seriously.
#13 The Art of Computer Programming
Donald E. Knuth
Donald Knuth's multi-volume monument to algorithms: the book programmers cite in library lists and almost nobody finishes.
#14 Grokking Algorithms
Aditya Y. Bhargava
A Python-illustrated tour of data structures and algorithms that r/learnprogramming treats as the first step before Leetcode, not a replacement for it.
#15 Code Complete
Steve McConnell
Steve McConnell's 900-page construction manual for software, ranked third on Reddit's canonical reading list and still cited 25 years after publication.
#16 Computer Systems: A Programmer's Perspective
Randal E. Bryant
The CMU course-in-a-book that pushes programmers to read assembly, defuse a binary bomb, and stop pretending they understand what happens after main() returns.
#17 Modern Operating Systems
Andrew S. Tanenbaum
Tanenbaum's textbook walks through every layer of an OS — scheduling, memory, file systems, threads — one chapter at a time, with the implementation details left in.
#18 The C++ Programming Language
Bjarne Stroustrup
Bjarne Stroustrup's own manual for the language he built — 1,300 pages that explain every design decision, including the ones you're cursing right now.
#19 Clean Architecture
Robert C. Martin
Uncle Bob's case for building software that survives its own success, bundled with opinions that provoke more argument than the architecture does.
#20 Designing Data-Intensive Applications
Martin Kleppmann
A backend engineer's field guide to the tradeoffs behind every database, queue, and distributed system you will ever touch.
#21 Refactoring
Martin Fowler
Martin Fowler's catalog of named moves for cleaning up code that already works, cited 116 times across Reddit in 7 years as the Clean Code alternative people actually prefer.
#22 Test-Driven Development: By Example
Kent Beck
Kent Beck writes a failing test, makes it pass, then refactors — and shows you the keystrokes, not the theory.
#23 A Mind for Numbers: How to Excel at Math and Science
Barbara Oakley
A failed math student becomes an engineering professor, then writes the manual on how the brain actually acquires hard skills.
#24 Effective Java
Joshua Bloch
Joshua Bloch's item-by-item case for writing Java the way the platform was designed to be used, with 90 independent recommendations that aged better than most of the language.
#25 Effective Python
Brett Slatkin
Brett Slatkin's 90-item guide to writing Python the way the language actually wants to be written.