Differences between revisions 1 and 25 (spanning 24 versions)
Revision 1 as of 2004-03-25 22:46:42
Size: 4122
Editor: sololess
Comment:
Revision 25 as of 2005-06-10 08:00:48
Size: 6217
Editor: 62
Comment: Oops, got the download number wrong for spambayes. Corrected mailman stat link.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Most Popular Python Projects = = Introduction =
Line 3: Line 3:
== Missing from original email == The list is ordered with a preference to number of downloads per month, followed by the number of subscribers to the project mailing list.
Line 5: Line 5:
{{{ The list is under construction. Suggestion on formatting, help finding more projects and keeping data up-to-date is welcome.
Line 7: Line 7:
BitPim
    URL: http://bitpim.sourceforge.net/
    downloads: 13-15K/month
In order to keep the list focused, some metrics have to be established so that every Python-related project isn't in the list. For example, a minimum of three thousand (3K) downloads per month, a few hundred subscribers to the project mailing list, or an obviously large established user base (e.g. Mailman). In addition, the list doesn't include modules or packages in the standard libraries such as Tkinter.
Line 11: Line 9:
py2exe
    URL: http://py2exe.sourceforge.net/
    downloads: 3-4K/month
    Combined with Inno Setup users can package and distribute Python applications as standalones on Windows.
Download figures will vary for a project as new releases are made. Perhaps the download figures below should be an average of the last full three or four previous months? You can see detailed monthly downloads by following the links below for projects hosted on SourceForge.
Line 16: Line 11:
}}} The download figures were last updated in March 2004. -- KevinAltis
Line 18: Line 13:
== Original Message to marketing-python mailing list ==

Below is the original email. It is just a placeholder while the real formatted content for this page gets created above. I'm design challenged. `<wink>` I haven't figured out what kind of formatting I want to use yet. If you want to go ahead and start adding or revising content on this page, go ahead, just leave the email below alone and remember that other people might be checking out the page as well, so copy your text before submission in case there is a conflict from someone else making an update. -- KevinAltis

---

This is my current summary list of the most popular Python projects, ranked roughly by the number of downloads per month, either actual or guesstimate based on mailing list subscribers. I'll probably move this info to a wiki page and update it periodically as new information becomes available. Based on Mike Fletcher's suggestions, if we were to focus our marketing efforts on promoting individual projects or promoting the use of Python for a particular application domain then the cutoff would be projects below PIL or possibly the less popular GUI toolkits (based on mailing list subscribers): PyGTK and PyQT.

Clearly, Python is a much more popular solution for building desktop GUIs and as an add-on scripting language than I suspected before starting this list. At the same time, anytime there is a discussion about building GUIs with Python, someone always mentions that the current crop of Python IDEs and layout tools are disappointing compared to MS Visual Studio and Borland's Delphi, so that's still an opportunity to be filled. Note that Tkinter is not represented below because it is bundled with Python.

On the web side of things Zope/Plone are the only standouts, though Twisted might fit in as well once we have better stats for it, certainly Twisted has a large and active developer base. There are many other web libraries and frameworks as shown by this wiki page

http://www.python.org/cgi-bin/moinmoin/WebProgramming

but while there are many choices, most lack critical mass.

Suggestions and corrections welcome,

ka

---

{{{

BitTorrent
 downloads: 1.3-1.5 million/month (most downloads are just end-users)
 related Python projects: ABC, G3, burst!

SpamBayes
 downloads: 25K/month (most downloads are just end-users, aka Outlook plugin)

Mailman
 downloads: 2-3K/month
 large installed base, including SourceForge mailing lists

pywin32 (formerly win32all)
 downloads: 20K/month

wxPython
 downloads: 20K/month
 mailing list subscribers: 900+
 related Python projects: Boa-constructor, wxGlade, SPE, PythonCard

Plone
 downloads: 10-14K/month
 related Python projects: Zope, Archetypes, Collective
 book coming out this summer

Zope
 related Python projects: Plone
 10 books

Python Imaging Library (PIL
 downloads 9-15K/month (guesstimate)

PyGTK
 mailing list subscribers: 550+

PyQt
 mailing list subscribers: 500+

NumPy/numarray
 downloads: 6K/month

PyGame
 downloads: 5K/month
 2 books

MySQL for Python
 downloads 4-5K/month

Twisted
 need stats

Jython
 downloads: 3K/month
 2 books

}}}

Additional notes:
== Additional notes ==
Line 102: Line 17:
 * http://www.python.org/cgi-bin/moinmoin/AppsWithPythonScripting  * AppsWithPythonScripting


= Most Popular Python Projects =

[http://bitconjurer.org/BitTorrent/ BitTorrent]
 * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=33044 1.3-1.5 million/month] (most downloads are just end-users)
 * related Python projects: ABC, BT++, G3, burst!

  * [http://pingpong-abc.sourceforge.net/ ABC] (Yet Another Bittorrent Client)
   * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=88285 300K/month]
   * related Python projects: BitTorrent, wxPython

  * [http://btplusplus.sourceforge.net/ BT++]
   * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=72355 125K/month]
   * related Python projects: BitTorrent, wxPython

  * [http://g3torrent.sourceforge.net/ G3 Torrent]
   * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=100549 10K/month]
   * related Python projects: BitTorrent, wxPython

[http://spambayes.sourceforge.net/ SpamBayes]
  * downloads: [http://sourceforge.net/project/stats/index.php?group_id=61702&ugn=spambayes&type=&mode=year 30-50K/month] (most downloads are just end-users, aka Outlook plugin)

[http://mailman.sourceforge.net/ Mailman]
 * downloads: [http://sourceforge.net/project/stats/index.php?group_id=103&ugn=mailman&type=&mode=year 2-3K/month]
 * large installed base, including SourceForge mailing lists

[http://starship.python.net/crew/mhammond/win32/ pywin32] (formerly Win32All)
 * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=78018 20K/month]

WxPython
 * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=10718 20K/month]
 * mailing list subscribers: 900+
 * related Python projects: BoaConstructor, WxGlade, SPE, PythonCard
 * book coming out soon

  * BoaConstructor
   * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=1909 3K/month]
   * related Python projects: wxPython

[http://bitpim.sourceforge.net/ BitPim]
 * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=75211 13-15K/month]

[http://www.plone.org Plone]
 * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=47214 10-14K/month]
 * related Python projects: Zope, Archetypes, Collective
 * book coming out this summer

["Zope"]
 * related Python projects: Plone
 * 10 books

PythonImagingLibrary ([http://www.pythonware.com/products/pil/ PIL])
 * downloads 9-15K/month (guesstimate)

PyGtk
 * mailing list subscribers: 550+

PyQt
 * mailing list subscribers: 500+

[http://www.numpy.org/ NumPy] / NumArray
 * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=1369 6K/month]

PyGame
 * downloads: 5K/month
 * mailing list subscribers: 270+
 * 2 books

["MySQL"] for Python
 * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=22307 4-5K/month]

["Py2Exe"]
 * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=15583 3-4K/month]
 * Combined with Inno Setup users can package and distribute Python applications as standalones on Windows.

TwistedMatrix ([http://www.twistedmatrix.com Twisted])
 * downloads: 3-4K/month
 * mailing list subscribers: 570+ for twisted-python, 150+ for twisted-web

[http://www.scons.org/ SCons]
 * downloads: [http://sourceforge.net/project/stats/index.php?group_id=30337&ugn=scons&type=&mode=year 3-4K/month]
 * mailing list subscribers: 250+ for scons-users, 90+ for scons-dev

["Jython"]
 * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=12867 3K/month]
 * 2 books

MoinMoin Wiki Engine
 * downloads: [http://sourceforge.net/project/stats/index.php?report=months&group_id=8482 2-3K/month]
 * used by many other projects for collaboration and documentation (even right ''here'' ;) )

[http://www.reportlab.com/ ReportLab]
 * downloads: 2K/month
 * mailing list subscribers: 500+

[http://www.cps-project.org/ Nuxeo CPS]
 * downloads: 2-3K/month
 * mailing lists subscribers: 400+

== Python downloads for comparison ==

These are the download figures for the latest release version of Python from python.org from the previous month. These figures do not include earlier versions of Python or downloads from mirror sites or other distributions.

 * Python-2.3.3.exe: 60K in March 2004
 * Python-2.3.3.tgz and Python-2.3.3.tar.bz2: 29K in March 2004
Line 105: Line 126:
CategoryHomepage Original message was posted to [http://pythonology.org/mailman/listinfo/marketing-python marketing-python] mailing list

Introduction

The list is ordered with a preference to number of downloads per month, followed by the number of subscribers to the project mailing list.

The list is under construction. Suggestion on formatting, help finding more projects and keeping data up-to-date is welcome.

In order to keep the list focused, some metrics have to be established so that every Python-related project isn't in the list. For example, a minimum of three thousand (3K) downloads per month, a few hundred subscribers to the project mailing list, or an obviously large established user base (e.g. Mailman). In addition, the list doesn't include modules or packages in the standard libraries such as Tkinter.

Download figures will vary for a project as new releases are made. Perhaps the download figures below should be an average of the last full three or four previous months? You can see detailed monthly downloads by following the links below for projects hosted on SourceForge.

The download figures were last updated in March 2004. -- KevinAltis

Additional notes

  • Mac OS X includes Python - Jaguar used Python 2.2.0, Panther uses Python 2.3.0
  • RedHat and Debian Linux distributions include Python and RedHat uses Python extensively and some Python projects are also included with the distributions.

  • Due to bundling and the use of mirror sites we can't collect meaningful download totals for Linux users for many projects. In those cases, maybe it is better to use the size of the mailing list as a popularity gauge?
  • AppsWithPythonScripting

Most Popular Python Projects

[http://bitconjurer.org/BitTorrent/ BitTorrent]

[http://spambayes.sourceforge.net/ SpamBayes]

[http://mailman.sourceforge.net/ Mailman]

[http://starship.python.net/crew/mhammond/win32/ pywin32] (formerly Win32All)

WxPython

[http://bitpim.sourceforge.net/ BitPim]

[http://www.plone.org Plone]

["Zope"]

  • related Python projects: Plone
  • 10 books

PythonImagingLibrary ([http://www.pythonware.com/products/pil/ PIL])

  • downloads 9-15K/month (guesstimate)

PyGtk

  • mailing list subscribers: 550+

PyQt

  • mailing list subscribers: 500+

[http://www.numpy.org/ NumPy] / NumArray

PyGame

  • downloads: 5K/month
  • mailing list subscribers: 270+
  • 2 books

["MySQL"] for Python

["Py2Exe"]

TwistedMatrix ([http://www.twistedmatrix.com Twisted])

  • downloads: 3-4K/month
  • mailing list subscribers: 570+ for twisted-python, 150+ for twisted-web

[http://www.scons.org/ SCons]

["Jython"]

MoinMoin Wiki Engine

[http://www.reportlab.com/ ReportLab]

  • downloads: 2K/month
  • mailing list subscribers: 500+

[http://www.cps-project.org/ Nuxeo CPS]

  • downloads: 2-3K/month
  • mailing lists subscribers: 400+

Python downloads for comparison

These are the download figures for the latest release version of Python from python.org from the previous month. These figures do not include earlier versions of Python or downloads from mirror sites or other distributions.

  • Python-2.3.3.exe: 60K in March 2004
  • Python-2.3.3.tgz and Python-2.3.3.tar.bz2: 29K in March 2004


Original message was posted to [http://pythonology.org/mailman/listinfo/marketing-python marketing-python] mailing list

MostPopularPythonProjects (last edited 2008-11-15 14:00:44 by localhost)

Unable to edit the page? See the FrontPage for instructions.