Cool 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!
Looks especially like http://opencomparison.org/ :D
The coolest thing I ever made
11–15 of 15 posts
Re: The coolest thing I ever made
#12That's interesting, I think this could help me become more familiar with which packages are popular or rising in the Python world. For a developer who's generally out of the loop such as myself, that's great. Taking 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,…
Re: The coolest thing I ever made
#13Earlier quoted context omitted.
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.…
I would love to include project activity in stackparts too. Sadly APIs are not always forthcoming.
Re: The coolest thing I ever made
#14May 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…