Fast construction of Python list from large C array of int's - Extension Module

Fernando Pérez fperez528 at yahoo.com
Mon Nov 18 15:16:31 EST 2002


quadric at primenet.com wrote:

> I'm a bit of a Python newbie and I've written a C extension module. One
> of  the functions must return a Python list whose source is a large (5000 -
> 6000) C array of integers.

You may want to look at Numeric (http://www.pfdubois.com/numpy/)

cheers,

f.



More information about the Python-list mailing list