Memory problem

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Tue Aug 15 02:54:27 EDT 2006


In <mailman.9332.1155594261.27775.python-list at python.org>, Yi Xing wrote:

> Is there a way that I can define a two-dimensional array in 
> array.array()? Thanks.

If you need more than one dimension you really should take a look at
`numarray` or `numpy`.  What are you going to do with the data once it's
loaded into memory?

Ciao,
	Marc 'BlackJack' Rintsch




More information about the Python-list mailing list