Hi,

I am writing a function that would take a list of datetime objects and
a list of single letter characters (such as ["A","B","C"]). The number
of items tend to be big and both the list and the numpy array have all
the functionalities I need.

Do you think I should use numpy arrays or the regular lists?

Thanks,
cg
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to