How to make this faster

Steven D'Aprano steve+comp.lang.python at pearwood.info
Fri Jul 5 08:02:21 EDT 2013


On Fri, 05 Jul 2013 10:53:35 +0000, Helmut Jarausch wrote:

> Since I don't do any numerical stuff with the arrays, Numpy doesn't seem
> to be a good choice. I think this is an argument to add real arrays to
> Python.

Guido's time machine strikes again:

import array


By the way, I'm not exactly sure how you go from "I don't do numerical 
calculations on numpy arrays" to "therefore Python should have arrays".


-- 
Steven



More information about the Python-list mailing list