I’ve been wondering how many downloads the popular Python projects receive. The Python wiki’s MostPopularPythonProjects page is out of date – from 2004 (and annoyingly I can’t log in to edit it).
I followed up on the project links and have new download statistics. Each project is hosted at SourceForge, the numerical link goes to SourceForge’s statistics.
- wxPython, 46k/month
- pywin32, 22k/month
- numpy, 18k/month
- mysql-python, 11k/month
- matplotlib, 8k/month
- py2exe, 8k/month
- jython, 6k/month
- scons, 6k/month
Since March 2004 these figures suggest a tripling for NumPy and a doubling for wxPython, jython, py2exe and mysql-python – great growth!
The Python wiki also states that in March 2004 Python-2.3.3.exe had 60K downloads. Looking at the December 2007 Python.org download stats we can see that /ftp/python/2.5.1/python-2.5.1.msi has 511,104 downloads.
Assuming March 2004 was a representative month for Windows, this shows almost a 10-fold growth in Windows downloads in 3.5 years.
I’m glad to be a part of such a strong group which covers so many varied areas – kudos to the PSF and all who help in the community.
Are you learning Python? ShowMeDo provides Python training in Club ShowMeDo, the training is aimed at new and intermediate Python programmers who want to learn Python the easy way.
If you enjoyed this post, make sure you subscribe to my RSS feed!Related posts:

