[Tutor] 2D array question [was (no subject)]

Kent Johnson kent37 at tds.net
Fri Aug 18 12:56:55 CEST 2006


Alan Gauld wrote:
>> but on another note does anyone know how to make a 2d array?
>>     
>
> A 2D array is just a table. There are several ways to do that 
> in Python 
<snip several good suggestions>

If you need high-performance arrays you should look at numpy:
http://numpy.scipy.org/

Kent



More information about the Tutor mailing list