Ask HN: What's the best desk reference book for Python and other languages?
5 comments
`Fluent Python, second edition`, hands down!
I'm actually re-reading it for a second time now, because I constantly discover so many gems in it and I learn so many new things on every paragraph!
I have never read any book like that before, honestly.
I'm actually re-reading it for a second time now, because I constantly discover so many gems in it and I learn so many new things on every paragraph!
I have never read any book like that before, honestly.
Fluent Python is superb.
Definitely not the Intros for a desk reference.
Definitely not the Intros for a desk reference.
Python the essential reference by David Beazley
Has this one been replaced by "Python Distilled" by Beazley? Just curious.
yes! most likely thank you i have been meaning to get that.
For Java (90% of my daily work), I just ordered [Java: The Complete Reference, 13th Edition](https://www.oreilly.com/library/view/java-the-complete/9781265062705/). For JavaScript (5%), I've got [JavaScript: The Definitive Guide, 7th Edition](https://www.oreilly.com/library/view/javascript-the-definitive/9781491952016/), and it's proven helpful in the past.
I'd like to purchase a similar reference work for Python (5% and growing), but I'm having a hard time choosing between Fluent Python, Python in a Nutshell, Introduction to Python, or something else! Any recommendations?
(Also interested in good reference book recommendations for other languages!)