Ask HN: What language-agnostic programming books should I read?
71–80 of 344 posts
Re: Ask HN: What language-agnostic programming books should I read?
#72Re: Ask HN: What language-agnostic programming books should I read?
#73Re: Ask HN: What language-agnostic programming books should I read?
#74Any good book on statistics would be a huge asset, as well as a book about debugging strategies.
Motulsky's Intuitive Biostatistics - this one goes over all the usual methods used in science from distributions to t-test to ANOVA to regressions etc., the basics, but doesn't introduce the maths (you use R for that) but the assumptions and pitfalls of all of those methods.
Statistics Done Wrong: The Woefully Complete Guide - this is all the stuff that's going wrong in applied statistics, a bit short but enlightening
Discovering Statistics Using R - a whopper of a book (~1000 pages?), it goes through everything while also being funny (the constant humor may not be for everyone). Graphs, correlations, regressions, all the MLMs and GLMs, linear models etc. pp., their assumptions, how to run them in R, how to interpret R's sometimes annoying output, etc. pp. Like Motulsky's, but wayyyyy more in-depth on the language's specifics.
Naked Statistics - an intro to stats for laypeople with a focus on politics/economics, good for interpreting and assessing daily news
Re: Ask HN: What language-agnostic programming books should I read?
#75Code: The Hidden Language of Computer Hardware and Software by Charles Petzold. I love this book.
Re: Ask HN: What language-agnostic programming books should I read?
#76- The Practice of Programming
- The Mythical Man Month
- The Cathedral and the Bazaar
- The Art of Motorcycle Maintenance
- Introduction to Algorithms
- Hackers and Painters
Some of these do contain mixed language code examples, but they are expressed in a way to be agnostic. A problem is a problem; in any language.
Re: Ask HN: What language-agnostic programming books should I read?
#77Re: Ask HN: What language-agnostic programming books should I read?
#78- The Pragmatic Programmer - The Practice of Programming - The Mythical Man Month - The Cathedral and the Bazaar - The Art of Motorcycle Maintenance - Introduction to Algorithms - Hackers and Painters Some of these do contain mixed language code examples, but they are expressed in a way to be agnostic. A problem is a problem; in any language.
Re: Ask HN: What language-agnostic programming books should I read?
#79Its odd that no one mentioned it but head first into design patterns is a great/light book on design patterns....
Re: Ask HN: What language-agnostic programming books should I read?
#80- The Pragmatic Programmer - The Practice of Programming - The Mythical Man Month - The Cathedral and the Bazaar - The Art of Motorcycle Maintenance - Introduction to Algorithms - Hackers and Painters Some of these do contain mixed language code examples, but they are expressed in a way to be agnostic. A problem is a problem; in any language.
The Art of Motorcycle Maintenance?