Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2002-07-17 16:43:49
Size: 923
Editor: relay
Comment:
Revision 6 as of 2002-07-17 16:44:40
Size: 1044
Editor: relay
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
This page grew out of a frequently asked question on CompLangPython: This page grew out of a frequently asked question on [http://groups.google.com/groups?group=comp.lang.python comp.lang.python]:
Line 10: Line 10:
We decided to use pycount [MAKE_THAT_A_LINK] to size the programs, and arbitrarily declared that any program of more than FILL_THIS_IN lines was "large". We decided to use [http://starship.python.net/crew/gherman/playground/pycount/ pycount] to size the programs, and arbitrarily declared that any program of more than FILL_THIS_IN lines was "large".
Line 12: Line 12:
The following list is the result of that effort. Please feel free to add YOUR project as well! The following list is the result of that effort. Please feel free to add YOUR project as well! '''But not yet!'''

This page is still under development, and is not yet ready for general use. But you're allowed to peek <wink>!

Description

This page grew out of a frequently asked question on [http://groups.google.com/groups?group=comp.lang.python comp.lang.python]:

  • Are there any large projects written in Python?

While the answer is unambiguously Yes!, it's a little bit trickier than that. For instance, we needed some clear way of defining how large a project is. And there were issues about people who wanted/didn't want attribution, and projects whose existance had to be kept secret (if we told you, we'd have to kill you...).

We decided to use [http://starship.python.net/crew/gherman/playground/pycount/ pycount] to size the programs, and arbitrarily declared that any program of more than FILL_THIS_IN lines was "large".

The following list is the result of that effort. Please feel free to add YOUR project as well! But not yet!

List

Name

Author

Size (loc)

Description

Last Updated

LargePythonProjects (last edited 2012-10-10 21:12:24 by RemkoNoteboom)

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