Need array help
Robert Kern
robert.kern at gmail.com
Fri Oct 6 14:07:16 EDT 2006
Larry Bates wrote:
> If you want to
> do vector math or matrix-type calculations look at the
> array module.
The array module in the standard library does not provide such capabilities. If
you need them, look at numpy.
http://numpy.scipy.org
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the Python-list
mailing list