How do you do arrays

Thomas Bunce tbunce at mac.com
Tue Feb 1 17:29:12 EST 2005


It was when I saw a use of complex numbers as a usable statement I became
interested in Python

        Tom


In article <1107288521.396952.154000 at z14g2000cwz.googlegroups.com>,
beliavsky at aol.com wrote:

> If you want do numerical calculations with vectors and matrices, you
> should probably use the Numarray module. Python's built-in lists are
> not intended for heavy numerical computations. They are more flexible
> than the arrays in languages like C and Fortran in that they can store
> elements of different types. One can write, for example,
> x = ["dog",1,2.3] .



More information about the Python-list mailing list