Proposal: add vector arithmetic to array module

Chris Barker chrishbarker at home.net
Mon Sep 24 17:15:15 EDT 2001


> Paul Rubin wrote:

> > That makes it
> > a lot harder to distribute applications to non-technical users.  It's
> > bad enough that they already have to install Python to run Python apps.

Another point:

While the standard Library does provide a pretty good set of
"batteries", it most certainly doesn't provide al lthe accessories you
might need. If you limit yourself to standard libraries, you are
limiting yourself a GREAT deal. My current major project uses:

Python 
Numeric
PIL
wxPython
mxDateTime

These are all pretty commonly used, and I simply could not write all
that myself. While I'd love to see mxDateTime and Numeric join the
standard library, I'm not at all sure wxPython or PIL should, but I'll
still want to use them.

-Chris











-- 
Christopher Barker,
Ph.D.                                                           
ChrisHBarker at home.net                 ---           ---           ---
http://members.home.net/barkerlohmann ---@@       -----@@       -----@@
                                   ------@@@     ------@@@     ------@@@
Oil Spill Modeling                ------   @    ------   @   ------   @
Water Resources Engineering       -------      ---------     --------    
Coastal and Fluvial Hydrodynamics --------------------------------------
------------------------------------------------------------------------



More information about the Python-list mailing list