Live data from Hacker News

Ask HN: What's the best textbook you've read?

news.ycombinator.com

51–60 of 72 posts

Re: Ask HN: What's the best textbook you've read?

#51

Earlier quoted context omitted.

This has been recommended a lot. I'm gonna buy it on Amazon and work through it slowly.

SICP is online for free (legally) from MIT's website, or there are some community version with cleaner layout. See: https://news.ycombinator.com/item?id=13918465 I've only worked through Chapter 1. The text is interesting, but most of my learning has come from the exercises. You should plan to do the exercises. Also, don't worry if you have to skip a few exercises and come back to them later. Don't allow yourself to…

yes, no need to buy it.

and you are right, the value lies in the exercises. I started doing them in Clojure. I recommend doing as many as you can and then you'll find plenty of solutions online to compare your results. It's worth it

Re: Ask HN: What's the best textbook you've read?

#52

Unfortunately, someone stole it from me, but it was an introduction to philosophy book that really opened up my mind, introducing philosphers including Socrates, Plato, Aristotle, Augustine, Aquinas, Confuscious, Hobbes, Hume, Foucault, Kant, Kierkegaard, Lao Tzu, Locke, Marx, Mill, Rand, and more. It basically covered who they were, how they grew up, and what they've stated that has helped contribute to our society.…

There is something ironic about stealing a philosophy book!

Re: Ask HN: What's the best textbook you've read?

#53

Strang's Linear Algebra: http://math.mit.edu/~gs/linearalgebra/ Concise, clear, thorough. Strang is a great author.

I watched so far the first 7 or 8 lectures on youtube of his linear algebra course. (Which something like a million people have watched) He's such a great lecturer, extremely impressive. So mysteriously good it makes me wonder what it is about them that seem so good. He says somewhere about how he gets a lot of mail thanking him, that people appreciate that he's on their side. It's just done with what the experience is like for the student always in mind. Sounds simple, but there are plenty of lecture/course videos on youtube where that obviously wasn't given a thought.

Re: Ask HN: What's the best textbook you've read?

#54
Visual Complex Analysis - Needham. A lot of great pictures, exerything is explained (and shown) geometrically. Complex differentiation/integration, non-Euclidean geometry, vector fields etc.

Mathematics and its History - Stillwell. Wonderfully written. From the ancients to the 20th century, covers the mathematics (in a lot of detail) and lives of major mathematicians (potted bios).

Concrete Mathematics - Knuth et al. Discrete maths, number theory, generating functions, covers most of the maths that pops up continually in programming.

All You Wanted To Know About Mathematics But Were Afraid To Ask. Mathematics for Science Students 2 Vols. - Louis Lyons. Pretty basic, but covers all the mathematical basics for physics. (1st year uni level I guess) I learned a lot from this years ago, I still consult it as a reference. It's a pleasure to read.

Also, all of Hamming's books.

Re: Ask HN: What's the best textbook you've read?

#55
post #5

SICP In case you didn't know, have a look at http://lesswrong.com/lw/3gu/the_best_textbooks_on_every_subj...

This has been recommended a lot. I'm gonna buy it on Amazon and work through it slowly.

There is an interactive version of that textbook you can read. It actually helps to do the exercises with the text. You can Google it. I read that book using that version and it was amazing.

Re: Ask HN: What's the best textbook you've read?

#56
post #31

AI - A modern approach by Russell & Norvig. http://aima.cs.berkeley.edu/

How to use this book? My machine learning lab have few copies but nobody seems to be using it.

It's actually not all that useful for Machine learning and is more focused on other aspects of AI. It talks a lot about propositional logic, knowledge representation, etc.

Re: Ask HN: What's the best textbook you've read?

#60

The Art of Electronics by Horowitz and Hill It covers nearly all aspects of electronics both theory and practice. It’s still relevant after all these years.

I didn't learn electronics with this book, but I really wish I did. I used it to give tutorials for an undergraduate electronics course for physics students and it was immensely useful and well organized.

The work book that goes along with it is also top notch.
Post reply on HN