[SciPy-User] Efficient 2-d arrays using standard python?

Robert Kern robert.kern at gmail.com
Mon Jan 17 17:57:53 EST 2011


On Mon, Jan 17, 2011 at 16:25, Jacob Biesinger <jake.biesinger at gmail.com> wrote:

> Is there a python standard library way of creating *efficient* 2-dimensional
> lists/arrays, still allowing me to sort and append?

I don't think so. Sorry. Depending on the context, it may be possible
to ask your audience to install numpy (or you can provide them with
Python+numpy yourself). It's usually not difficult.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list