Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2002-07-17 16:23:48
Size: 927
Editor: relay
Comment:
Revision 14 as of 2003-02-06 23:00:53
Size: 1307
Editor: 80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:

This page is still under development, and is not yet ready for general use. But you're allowed to peek <wink>!
'''This page is still under development, and is not yet ready for general use. But you're allowed to peek <wink>!'''
Line 6: Line 5:
This page grew out of a frequently asked question on c.l.p [MAKE_THAT_A_LINK]: This page grew out of a frequently asked question on CompLangPython:
Line 9: Line 8:
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...). 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 existence had to be kept secret (if we told you, we'd have to kill you...).
Line 11: 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 13: 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!'''
Line 18: Line 17:
||Name||Author||Size (loc)||Description||Last Updated ||<rowbgcolor="#E8E8FF"> Name||Author||Size (loc)||Description||Last Updated||
||Python (the language)||Various||290838||The parts of the Python project written in Python||2002-07-23||
||lyntin||Will Guaraldi, Joshua Berne, Lyn Adams Headley||11856||Extensible Mud client and framework||2002-07-23||
||omniORB||Duncan Grisby||31377||CORBA Object Request Broker||2002-07-23||

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 CompLangPython:

  • 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 existence 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

Python (the language)

Various

290838

The parts of the Python project written in Python

2002-07-23

lyntin

Will Guaraldi, Joshua Berne, Lyn Adams Headley

11856

Extensible Mud client and framework

2002-07-23

omniORB

Duncan Grisby

31377

CORBA Object Request Broker

2002-07-23

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

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