Thoughts on some stdlib modules

Robert Kern rkern at ucsd.edu
Mon Apr 11 16:21:30 EDT 2005


Skip Montanaro wrote:
>     >> I guess the other thing to compare to is something like SciPy, which
>     >> is a kind of specialized distribution of Python for scientific
>     >> applications.
> 
>     Robert> No, Scipy is just a (large) package. Enthon, on the other hand,
>     Robert> is just such a distribution.
> 
> I'm sorry, you lost me there.  What's the difference between a large package
> and a distribution?

Scipy is not a "distribution of Python." It's just a single package, a 
single library; you still need the interpreter. Enthon for Windows is a 
distribution of the Python interpreter and a number of packages. 
Currently, MacEnthon is just a collection of packages because I can rely 
on the presence of Python 2.3.0 on all OSX 10.3 machines. In the future, 
I will be releasing a version for 2.4.x and that will include the 
interpreter.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list