Python CPU

Gregory Ewing greg.ewing at canterbury.ac.nz
Mon Apr 4 17:59:09 EDT 2011


Terry Reedy wrote:
> So a 
> small extension to array with .map, .filter, .reduce, and a wrapper 
> class would be more useful than I thought.

Also useful would be some functions for doing elementwise
operations between arrays. Sometimes you'd like to just do
a bit of vector arithmetic, and pulling in the whole of
numpy as a dependency seems like overkill.

-- 
Greg



More information about the Python-list mailing list