r/datascience · 2023
Most-mentioned books in r/datascience during 2023
This page ranks books by exact tracked mentions in r/datascience 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 Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow
Aurélien Géron
Aurélien Géron's end-to-end ML textbook: build a working neural net with Scikit-Learn, Keras, and TensorFlow before you finish the first half.
#2 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.
#3 Trustworthy Online Controlled Experiments
Ron Kohavi
The A/B testing manual that Google, Microsoft, Facebook, and LinkedIn all point at when someone asks how to run experiments correctly.
#4 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.
#5 Clean Code
Robert C. Martin
The book 536 Reddit threads cite when arguing about naming variables — revered by beginners, argued over by seniors.
#6 Fluent Python
Luciano Ramalho
The Python book r/Python recommends when you're done with the tutorials and need to know what the language actually does.
#7 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.
#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 Pattern Recognition and Machine Learning
Christopher M. Bishop
Bishop's 2006 Bayesian ML textbook: 26 of its 39 Reddit mentions come from r/MachineLearning, where it sits permanently on the serious-math shelf.
#10 The Clean Coder
Robert C. Martin
Uncle Bob's professionalism manual: say no to bad estimates, refuse death marches, and work the 40 hours then study on your own time.
#11 The Manager's Path
Camille Fournier
A software engineer picks up a management role and finds out — via 142 Reddit mentions — that nobody told them about the crying, the firings, or the 90-day onboarding clock.
#12 The Mythical Man-Month
Frederick P. Brooks Jr.
Fred Brooks spent the 1960s building IBM's OS/360 and wrote down everything that went wrong — in 1975, and it still lands.
#13 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.