Ask HN: CS and programming books of 2017
41–50 of 76 posts
Re: Ask HN: CS and programming books of 2017
#42Somewhat on topic I'd like to ask what a good device is to read these books on? I'd like to grab a couple books to read over the holidays. For example someone else mentioned this book. https://www.manning.com/books/deep-learning-with-python It's available as two options... combo $49.99: pBook + eBook + liveBook eBook $39.99: pdf + ePub + kindle + liveBook Personally, I prefer paperback books, but I'm willing to try o…
Re: Ask HN: CS and programming books of 2017
#43My highlight was Yegor Bugayenko's "Elegant Objects". Volume 2 was released this year (however I found the first Volume (2016) much better). Yegor describes what went wrong with object-oriented programming. Whether you are stuck with Java or broaden your horizon, I can really recommend this book series, as it shows nicely how to deal with object-oriented code in the right way. What was eyeopening for me was that code…
Re: Ask HN: CS and programming books of 2017
#44Somewhat on topic I'd like to ask what a good device is to read these books on? I'd like to grab a couple books to read over the holidays. For example someone else mentioned this book. https://www.manning.com/books/deep-learning-with-python It's available as two options... combo $49.99: pBook + eBook + liveBook eBook $39.99: pdf + ePub + kindle + liveBook Personally, I prefer paperback books, but I'm willing to try o…
Re: Ask HN: CS and programming books of 2017
#45I've been enjoying the in-progress "Crafting Interpreters" by Bob Nystrom: http://www.craftinginterpreters.com/contents.html
Re: Ask HN: CS and programming books of 2017
#46Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems https://amzn.com/B06XNKV5TS ($24.99 Kindle) This book has picked up quite a bit of buzz as an intro to machine learning. https://news.ycombinator.com/item?id=15772174 >cloverich: The quality of the book (thus far) is so high that I immediately started Googling about the author to try and learn more…
Also Deep Learning: A Practitioner's Approach by Patterson and Gibson.
Re: Ask HN: CS and programming books of 2017
#47Somewhat on topic I'd like to ask what a good device is to read these books on? I'd like to grab a couple books to read over the holidays. For example someone else mentioned this book. https://www.manning.com/books/deep-learning-with-python It's available as two options... combo $49.99: pBook + eBook + liveBook eBook $39.99: pdf + ePub + kindle + liveBook Personally, I prefer paperback books, but I'm willing to try o…
Today this one, and all of their MEAPs are 50% off with the code: dotd120817lt
Re: Ask HN: CS and programming books of 2017
#48Re: Ask HN: CS and programming books of 2017
#49Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems https://amzn.com/B06XNKV5TS ($24.99 Kindle) This book has picked up quite a bit of buzz as an intro to machine learning. https://news.ycombinator.com/item?id=15772174 >cloverich: The quality of the book (thus far) is so high that I immediately started Googling about the author to try and learn more…
Re: Ask HN: CS and programming books of 2017
#50Shameless plug: I've recently released an open source, online, interactive[1], little-prerequisite, plain language, introductory Computer Graphics textbook here: http://gabrielgambetta.com/computer-graphics-from-scratch [1] Live demos with more interaction coming very soon!