Live data from Hacker News

The coolest thing I ever made

pythonpackages.com

11–15 of 15 posts

Re: The coolest thing I ever made

#11
post #9
post #2

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

Hah! Yeah I just noticed that after the fact, even though I've been to that site numerous times :-\

Re: The coolest thing I ever made

#12

That'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,…

Thanks! That's an interesting edge case I need to think about.

Re: The coolest thing I ever made

#13
post #6
post #4

Earlier 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.

What are you looking for? Both PyPI and opencomparison have decent offerings IMO

Re: The coolest thing I ever made

#14
post #3

May 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…

OK I switched the focus to "favorites" instead of "downloads", does that help?

Re: The coolest thing I ever made

#15
post #13
post #6

Earlier quoted context omitted.

I would love to include project activity in stackparts too. Sadly APIs are not always forthcoming.

What are you looking for? Both PyPI and opencomparison have decent offerings IMO

Yes, of course. I meant for non-python projects.
Post reply on HN