The coolest thing I ever made
pythonpackages.com
The coolest thing I ever made
1–10 of 15 posts
Re: The coolest thing I ever made
#2Man, we should really start to use a few different themes for bootstrap, all new sites are starting to look alike... a lot!
Re: The coolest thing I ever made
#3I think a better metric for popularity would be a blend of activity in the source code repos, activity on mailing lists, wikis, blog postings etc. I liked djangopackages' use of a "I use this" metric because it helped me make comparisons across github and bitbucket. Much harder to gather but much more useful.
Edit: Also another issue with downloads can be seen with something like the Requests library. It has 40k downloads. Is that a lot? What do you compare it to? For me the important questions are: are people moving to it or away from it? Is it active or not? How popular is it in comparison to other libraries that do similar things?
Good luck on this project. It seems like a good start.
Re: The coolest thing I ever made
#4May I suggest downplaying the downloads stat? I'm assuming you get this from summing up the downloads on pypi but it only sort-of correlates with usage. Many people with pip/virtualenv will download the same packages over and over as they redeploy. It also tends to favor old projects. I think a better metric for popularity would be a blend of activity in the source code repos, activity on mailing lists, wikis, blog p…
As for djangopackages.com stats (now called django.opencomparison.org), I plan to integrate with it via their API. So I'm sure I'll be able to display the number of "I use this" and other useful stats.
Re: The coolest thing I ever made
#5Cool site. You should really put overflow: hidden to .sidebar. Man, we should really start to use a few different themes for bootstrap, all new sites are starting to look alike... a lot!
Re: The coolest thing I ever made
#6May I suggest downplaying the downloads stat? I'm assuming you get this from summing up the downloads on pypi but it only sort-of correlates with usage. Many people with pip/virtualenv will download the same packages over and over as they redeploy. It also tends to favor old projects. I think a better metric for popularity would be a blend of activity in the source code repos, activity on mailing lists, wikis, blog p…
Thanks for the feedback! It's true: the downloads number is, by itself, fairly meaningless (as I try to touch on here: http://pythonpackages.com/about ). But I like the tongue-in-cheek aspect of it e.g. "My package has been downloaded X times!" The site started off being called "vanity" for this reason. As for djangopackages.com stats (now called django.opencomparison.org), I plan to integrate with it via their API.…
Re: The coolest thing I ever made
#7Taking bug reports?
I checked out mysqldb. It properly took me to a page with the correct capitalization, which indicates it found the package in some way: http://pythonpackages.com/pypi/mysqldb?entry=1
However, the 'View on PyPI' link goes to http://pypi.python.org/pypi/MySQLdb which is a broken link. While the module is called MySQLdb, the package is called MySQL-python, and so page is at http://pypi.python.org/pypi/MySQL-python/
Not sure how you can work that out, but hope this helps.
Re: The coolest thing I ever made
#8Re: The coolest thing I ever made
#9Cool site. You should really put overflow: hidden to .sidebar. Man, we should really start to use a few different themes for bootstrap, all new sites are starting to look alike... a lot!
Re: The coolest thing I ever made
#10Perhaps against the grain but not everyone doesn't use Internet Explorer.