HACKER Q&A
📣 debanjan16

Which books in your field do you think are perfect for self study?


In almost every field there are encyclopedic reference books which are for experienced people to look up stuff when needed.

Then there are books with wonderful prose that are suitable for self learners that want to learn the topic for the first time.

Can you name some books of the second type in your field of study?


  👤 earl_gray Accepted Answer ✓
Richard Hamming’s “Methods of Mathematics Applied to Calculus, Probability, and Statistics” is a wonderful introduction to calculus from one of those rare individuals who mastered the interplay between applications of mathematics and its theory. It’s packed with insights from a true veteran. He aims to teach you to view and interact with mathematics as a living, breathing, occasionally messy but beautiful thing; and in my opinion he manages to do so with a rare humanity.

He was one of the gems of mathematical exposition. If you’ve studied any information theory you probably know his surname well. His other books are also excellent.

It begins with a lovely quotation: “every scientist owes a labour of love to his field”. His work embodies that. There are lots of exercises, and it includes answers to enough of them for you to check you’re on the right track.


👤 booboofixer
Computer Networking: A top-down approach

The authors seem to be making video lectures for the book now too. http://gaia.cs.umass.edu/kurose_ross/online_lectures.htm


👤 iciac
There are two out-of-field books that I always recommend to policy analysts, economists, and regulatory drafters: The Design of Everyday Things by Don Norman, and Algorithms To Live By by Brian Christian and Thomas Griffiths. Both are high signal-to-noise primers on topics that are relevant in decision making and policy, but are rarely covered in an economics or public policy curriculum.

👤 methusala8
Intro Data Science :

Introduction to statistical learning from Hastie, et all. Generously hosted for free by the authors here.

https://www.statlearning.com/


👤 tvalentius
Design Pattern : Head first design patterns (eric freedman, kathy sierra, et al)

Communication : Pyramid Principle (barbara minto)


👤 markus_zhang
Definitely not in compiler field (and actually makes my recommendations more legit as field professionals tend to overestimate other people's ability to learn), but can recommend three books, ordered by difficulty asc:

Writing interpreters and compilers for the raspberry pi using python by Anthony J.Dos Reis

Crafting Interpreters by Nystrom

Game Scripting Mastery (Forgot the author and too lazy to Google)


👤 bear8642
Noam Nisan and Shimon Schocken's The Elements of Computing Systems good starting point for various topics - It's the accompanying book to their Nand2Tetris course and, along with my explorations with the Raspberry Pi, was one of the starting points in my computing exploration.

👤 bluefoot3
Code: The Hidden Language of Computer Hardware and Software

By Charles Petzold.

Perfect intro for a layman getting into Computer Architecture


👤 mbrodersen

👤 8bitsrule
The MIDI Files by Rob Young. "a comprehensive, easy-to-read reference package covering everything you ever wanted to know about MIDI."

👤 blockwriter
All of Harold Bloom’s books.

👤 jimmaswell
People recommended books a lot for some reason when I was starting out programming. I tried them once or twice and it they just didn't work for me. Instead I just followed random internet guides and asked questions in IRC, then eventually went to college. All worked out.

I think a good self learner will just find what works for them on Google, not that that can't be books for some people.