Objetcs array with numpy

Posted by ki0 on Stack Overflow See other posts from Stack Overflow or by ki0
Published on 2010-04-20T10:05:10Z Indexed on 2010/04/20 14:23 UTC
Read the original article Hit count: 250

Filed under:
|
|

hi there, are there any way to create an object form any class inside a numpy array?¿. Something like:

a = zeros(4)

for i in range(4):
   a[i]=Register()

Thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about numpy