How to add columns to python arrays
Michael Spencer
mahs at telcopartners.com
Wed May 17 17:25:11 EDT 2006
Terry Reedy wrote:
> "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
>
>
>
Thanks for the suggestion, Terry. I've added a static link in each source file
to the repository at: http://svn.brownspencer.com/pyarray/
and also added an email address. If you do try it, I'd be interested to hear
your feedback.
Michael
More information about the Python-list
mailing list