Ask HN: What are the most eye-opening textbooks you have ever read?
61–70 of 171 posts
Re: Ask HN: What are the most eye-opening textbooks you have ever read?
#62Re: Ask HN: What are the most eye-opening textbooks you have ever read?
#63Cormen, Introduction to algorithms
Re: Ask HN: What are the most eye-opening textbooks you have ever read?
#64I don't know about _eye opening_, but The Art of PostgreSQL really changed the way I work for the better. Like a lot of people, I used to be one that would pull all my data into Python for processing, Pandas-style. Once I learned how to do it all directly in PG everything became trivial. [0] https://theartofpostgresql.com/
Do you have some examples of that ? I always found that SQL is better for data extraction -- selecting and filtering approximately what I want to analyze. But for in-depth analysis, R or Python is better. They're just much better languages with more control than SQL.
Re: Ask HN: What are the most eye-opening textbooks you have ever read?
#65How to Design Programs: https://htdp.org/ I already had a strong programming background in Java, C, JavaScript and PHP. I thought an introductory programming class at the Master’s level would be a waste of time. Going through rigorous program design in Racket was a mind expanding experience. I was amazed how much programming we did before reaching the assignment statement (set!) otherwise the first thing taught in ty…
Reminds me of my programming languages course, probably my favorite class in college. Spent nearly a quarter of the course just learning scheme, didn't know if it would pay off even though I was interested, but when various language constructs were introduced through the use of a metacircular interpreter it was eye opening.
Re: Ask HN: What are the most eye-opening textbooks you have ever read?
#66Re: Ask HN: What are the most eye-opening textbooks you have ever read?
#67spivak calculus opened my eyes to what exactly truth is and how to prove truth by build proofs from parts.
Re: Ask HN: What are the most eye-opening textbooks you have ever read?
#68Probably not what anybody here is looking for, but Steven Seidman -- Contested Knowledge: Social Theory Today
I always wonder when I see this, do people learn to lay comments out like a reverse psychology bait from these books, or are people who are already predisposed to that just drawn to owning them. Any chance the book goes over that? Not disparaging, I appreciate you sharing a recommendation. I just found the observation funny.
Re: Ask HN: What are the most eye-opening textbooks you have ever read?
#69The Elements of Statistical Learning. This book features some of the most interesting applications of mathematics. It was the likely reason why I started enjoying maths after many years of studying it. https://hastie.su.domains/Papers/ESLII.pdf
Re: Ask HN: What are the most eye-opening textbooks you have ever read?
#70For me, probably What Is This Thing Called Science? . It was the first time I really thought about some basic questions in epistemology.