Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Hugo van Kemenade
Hugo van Kemenade

Posted on • Edited on

     

Python version share over time, 4

To celebrate the release ofPython 3.7.3 on25th March 2019, and with undernine months left for Python 2, here’s some statistics showing how much different Python versions have been used over the past three years.

Here’s the pip installs for all packages from thePython Package Index (PyPI), between January 2016 and March 2019:

pypi

pip

The package installer

pip

six

Python 2 and 3 compatibility library

six

NumPy

Scientific computing library

NumPy

pytest

Testing framework

pytest

Coverage.py

Code coverage testing

coverage

Pillow

Imaging library

pillow

Django

Web framework

django

Matplotlib

2D plotting library

matplotlib

Flake8

Linter

flake8

Pylint

Linter

pylint

pylast

Interface to Last.fm

pylast

How

Statistics were collected usingpypi-trends.py, a wrapper aroundpypinfo to fetch all monthly downloads from the PyPI database on Google BigQuery and save them as JSON files. Data was downloaded over several days as getting all months uses up a lot of free BigQuery quota. Thenjsons2csv.py plots a chart usingmatplotlib. Raw JSON data is in therepo.

See also

Top comments(2)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
andsemakin profile image
Andrey Semakin
  • Joined

Please update the data! It is less then 2 month left until Python 2 will EOL.

CollapseExpand
 
hugovk profile image
Hugo van Kemenade
Python 3.14 & 3.15 release manager, core developer, PSF Fellow, open-source maintainer, PEP editor, NaNoGenMo organiser
  • Location
    Helsinki, Finland
  • Joined

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Python 3.14 & 3.15 release manager, core developer, PSF Fellow, open-source maintainer, PEP editor, NaNoGenMo organiser
  • Location
    Helsinki, Finland
  • Joined

More fromHugo van Kemenade

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp