unsigned 32 bit arithmetic type?

Paul Rubin http
Wed Oct 25 11:56:12 EDT 2006


Robin Becker <robin at reportlab.com> writes:
> > type(nx.array([1,2,3],dtype=nx.uint32)[0])
> > <type 'numpy.uint32'>
> 
> great, but do we have a pure python version?

array.array('L', [1,2,3])



More information about the Python-list mailing list