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.
"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."
"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."
Why should popularity automatically equate to quality? Here are a couple of examples where this is not true. For instance if I search by "algorithm and data structure."
I see "Data Structure and Algorithmic Thinking with Python: Data Structure and Algorithmic Puzzles "by by Narasimha Karumanchi ranked above "Data Structures and Algorithms in Python" by Michael T. Goodrich. The book by Narasimha Karumanchi is absolutely terrible, it's filled with typos, plagiarisms, poor English and code that simply doesn't work.
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.
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.
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 - 'make 'em cheap and lots of them.'
If I search by "Intermediate" books. I see a Packt Publishing title ranked above the "Powerful Python: The Most Impactful Patterns, Features, and Development Strategies Modern Python Provides"by Aaron Maxwell which is an excellent book.
Why is it not as popular? Possibly because the author also sold the book DRM-free on their own website?
> Why should popularity automatically equate to quality?
Popularity is the by far the best indicator of quality that I could find. HN, for example, also operates on this principle. The posts with the highest votes get to the top. However, this does not mean that the posts that do not get as many votes are not as high quality. dang has mentioned this several times and went on so far as to say that high quality posts getting overlooked is one of the biggest problems of HN. One of the ways HN solves this problem is by using moderator discretion to put some overlooked posts in the front page, overriding the algorithm (I believe this post was one of them, it had just 5 points when it was put on the front page). In the same way, I use some editorial discretion to penalize books that have typos and poor English, if I could detect this by going through the Amazon preview. Some books were not even included in the list for this reason, most of them being independently published books. However, the book by Narasimha Karumanchi escaped my attention. Thanks for mentioning that it has typos etc. I will review it again.
However, just as HN tries to provide value by best effort quality ranking, PythonBooks also makes a best effort attempt at judging quality. It is not perfect, but it's the best I could do. If you have a better idea, let me know. I am all for improving the site.
> However Packt Publishing are generally not very good quality publications
Don't agree with this. Many Packt books are high quality. I have read several, including the one by Dusty Phillips, which is above Powerful Python. I do not share the same prejudice about this publication.
> Possibly because the author also sold the book DRM-free on their own website?
Possibly also because the book is relatively new and will only get more popular with time. The scores are dynamic and changes every week when I sync my database.
Like Powerful Python, most other books are also available outside Amazon, so it's mostly a level playing field. The exception is genuinely free books like Automate the Boring Stuff. These books get a blanket score bump to adjust for this.
Hope I could answer some of your questions and thanks for taking your time to provide feedback.
This observation about the poor quality of their books and their shady practices has been noted by many others as well. I am not saying all of them are bad but certainly the majority of them are. See these discussions:
https://www.quora.com/Why-are-the-books-from-Packt-Publishin...
https://forum.unity3d.com/threads/so-i-got-contacted-by-pack...
I have not read the particular Python book you are referring to but I have viewed many many other Packt Publishing titles and they are almost always poor and unacceptable quality. The reasons are what I stated earlier about poor English, typos, not spell-checked, bad grammar and often simply little more than paraphrasing official documentation.
I consider publishers like Pragmatic, Oreilly or Manning to be examples of reputable publishers. Packt comes nowhere near this level of quality or professionalism.
>"However, just as HN tries to provide value by best effort quality ranking, PythonBooks also makes a best effort attempt at judging quality. It is not perfect, but it's the best I could do."
I really don't think there's any substitute for judging a technical book solely by the content presented in it.
This is prolly there best list of Python books I've seen. Great job!
https://www.twoscoopspress.com/products/two-scoops-of-django...
http://pythonbooks.org/for-experienced-programmers-new-to-py...
Are for experienced programmers new to Python, which is a shame.