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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to