How to add columns to python arrays

Terry Reedy tjreedy at udel.edu
Wed May 17 15:43:05 EDT 2006


"Michael Spencer" <mahs at telcopartners.com> wrote in message 
news:e4ft0l$356$1 at sea.gmane.org...
> If you're just looking for a multi-dimensional array type, and don't need
> maximum speed or the vast range of array-processing that numpy offers, 
> then
> *pyarray* provides a pure-python single module solution.
>
> the latest pyarray is available with tests and documentation at:
> http://svn.brownspencer.com/pyarray/trunk/

Nice.  I downloaded and expect to give it a try sometime.  I suggest 
putting the url in the module file itself to make it easier to search for 
updated versions ;-)

tjr






More information about the Python-list mailing list