Differences between revisions 2 and 3
Revision 2 as of 2012-02-13 20:55:27
Size: 1196
Editor: fw
Comment:
Revision 3 as of 2012-02-13 20:56:58
Size: 1250
Editor: fw
Comment:
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
=== Medium ===

 *

=== Light ===

 * games

"A page for ideas on gathering statistics about how Python is used."

The motivation is to help during discussions about Python where a consensus isn't available. Anecdotes usually fall short in that case.

Ideally, we'd be able to break data down into various groupings, and consider both totals and percentages.

Data Groupings

  • new development vs. stable code-bases
  • categories (web, scripts, "big data", computation, etc.)
  • "bare metal" vs. on top of some framework
  • regional usage

Solutions for Gathering Usage Statistics

  • data from PyPI (a.k.a. the cheeseshop)
  • search results (incl. google, code search sites)

Usage Categories

An unsubstantiated of how Python is used:

Heavy

  • web applications
  • scripting and tooling
  • high-performance computation
  • testing (non-Python/embedded/whatever code)

Medium

Light

  • games

Other thoughts

  • Data from PyPI or google will likely not include closed-source usage.

This topic is the subject of threads on python-list:

http://mail.python.org/pipermail/python-list/2012-February/1287866.html http://mail.python.org/pipermail/python-list/2012-February/1287998.html

usage_stats (last edited 2012-02-13 20:57:40 by fw)

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