Hacker News new | past | comments | ask | show | jobs | submit login
A Year of PyPI Downloads (caremad.io)
6 points by donaldstufft on April 21, 2015 | hide | past | favorite | 4 comments



Great to see that Python3 support for frameworks such as Flask and Django are catching on. I personally feel that the big frameworks should push more when it comes to the adaption of Python3. The only reason I ever still use Python2 is because of frameworks such as Twisted[1] not supporting Python3 yet.

[1]: https://twistedmatrix.com/trac/wiki/Plan/Python3


I wish there was a way to tell which pip installs were done by humans vs. by automated tools. It would be interesting to track what people are doing by hand vs. what machines are doing. I suppose that may be impossible to implement, though.

These graphs are very insightful. Thanks for offering us some visibility into the Python package download picture.


What would you classify as "by hand" and "automated tools"? Because commands like pip install -r {file} could be seen as both in my eyes.


By hand meaning "pip install -r {file}" or more generally pip with any arguments typed directly at the command line.

Automated meaning pip with any arguments run by another script.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: