TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: 100 Python books, categorized and ranked

150 pointsby gh1almost 8 years ago

9 comments

sixhobbitsalmost 8 years ago
I wish I could be flattered that my book &quot;Flask by Example&quot; appears above the seminal &quot;Two Scoops of Django&quot; in the &quot;Web Development&quot; section[0], but instead I&#x27;m just left wondering how &quot;Popularity Score&quot; is calculated. We&#x27;re only given:<p>&quot;The scores are based on a combination of the popularity of the book and relevance to the topic. The best possible score is 100 and the worst is 0.&quot;<p>[0] <a href="http:&#x2F;&#x2F;pythonbooks.org&#x2F;topical-books&#x2F;web-development&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pythonbooks.org&#x2F;topical-books&#x2F;web-development&#x2F;</a>
评论 #14769654 未加载
gh1almost 8 years ago
I created PythonBooks as a side project.<p>The website is a guided repository of Python books and currently lists the best 100 books. It classifies these books into fine grained categories and shows the best books in each category. It has filters for Python version, free and non free books etc. For the beginner book section, you can even filter the books by topics that you want to learn.
评论 #14770027 未加载
评论 #14770384 未加载
bogomipzalmost 8 years ago
The site states:<p>&quot;The Bestseller Rank was chosen as the popularity scale. The Bestseller Rank loosely indicates how many copies of the book were bought recently on Amazon. This turns out to be well correlated with quality.&quot;<p>Why should popularity automatically equate to quality? Here are a couple of examples where this is not true. For instance if I search by &quot;algorithm and data structure.&quot;<p>I see &quot;Data Structure and Algorithmic Thinking with Python: Data Structure and Algorithmic Puzzles &quot;by by Narasimha Karumanchi ranked above &quot;Data Structures and Algorithms in Python&quot; by Michael T. Goodrich. The book by Narasimha Karumanchi is absolutely terrible, it&#x27;s filled with typos, plagiarisms, poor English and code that simply doesn&#x27;t work.<p>So why is it ranked higher? Probably because the Michael T. Goodrich book is an expensive(but quality)text book while the Narasimha Karumanchi book is just plain cheap. Even look at the user reviews on Amazon for Karumanchi book, its an abomination.<p>Also there are a number Packt Publishing titles on here. Looking at these rankings you might believe that one of their books is 3rd most popular or 4th most popular so they must be of decent quality.<p>However Packt Publishing are generally not very good quality publications, they are often not spell-checked, have grammatical errors and often do little more than paraphrase existing documentation. They just crank out titles with little regard for quality - &#x27;make &#x27;em cheap and lots of them.&#x27;<p>If I search by &quot;Intermediate&quot; books. I see a Packt Publishing title ranked above the &quot;Powerful Python: The Most Impactful Patterns, Features, and Development Strategies Modern Python Provides&quot;by Aaron Maxwell which is an excellent book.<p>Why is it not as popular? Possibly because the author also sold the book DRM-free on their own website?
评论 #14775214 未加载
quangvalmost 8 years ago
Pretty sweet! Anything similar for JavaScript?<p>This is prolly there best list of Python books I&#x27;ve seen. Great job!
评论 #14769596 未加载
johnnyballgamealmost 8 years ago
The excellent &quot;Two Scoops of Django&quot; is now on version 1.11.<p><a href="https:&#x2F;&#x2F;www.twoscoopspress.com&#x2F;products&#x2F;two-scoops-of-django-1-11" rel="nofollow">https:&#x2F;&#x2F;www.twoscoopspress.com&#x2F;products&#x2F;two-scoops-of-django...</a>
评论 #14770021 未加载
peteretepalmost 8 years ago
Very few of:<p><a href="http:&#x2F;&#x2F;pythonbooks.org&#x2F;for-experienced-programmers-new-to-python&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pythonbooks.org&#x2F;for-experienced-programmers-new-to-py...</a><p>Are for experienced programmers new to Python, which is a shame.
评论 #14769562 未加载
martinmusio7almost 8 years ago
It structures the world of relevant python books quite well. Thanks, I appreciate it!
评论 #14769980 未加载
O4epegbalmost 8 years ago
Would be cool to see what python version is used in the book
评论 #14771272 未加载
elymaralmost 8 years ago
Hands-On Machine Learning with Scikit-Learn and TensorFlow by Aurelien Geron is also pretty great. Would like to see that in the list.