Lisandro Dalcin wrote:
> Perhaps the reason for this is simple:
> few Python core developers are involved in scientific computing and do
> not have a clear idea of what it is needed for this.

Perhaps true, but.....

I imagine one of the issues that the python-dev crowd has is that they 
don't want to add features solely for the scientific computing crowd. 
Indeed, they don't need to. The features are there in numpy, everyone 
who uses numpy has access to them.

The reason I want to have these features in the standard library is that 
there are a lot of good uses for them outside the scientific computing 
community, and, in particular, for interaction between scientific 
computing and more general purpose packages (GUI toolkits, Image 
processing, web frameworks, who knows?)

Specifically, this is useful stuff for exchanging data with PIL, 
wxPython (two specific uses I have), and Matplotlib could really use it 
with all of its back-ends (TK, GTK, QT, etc....).

In addition, I don't think it's on the table at the moment, but an n-d 
array has a lot of use well outside of number crunching. I've introduced 
a handful of users to numpy just to get access to a nice n-d object 
array type for completely no-numeric uses.

Off to go post on python-dev.....

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer
                                                
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to