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

        Tom


In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] 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] .
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to