Re: [Numpy-discussion] Should I use numpy array?

2007-07-25 Thread Robert Kern
Geoffrey Zhu wrote: 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-discussion] Should I use numpy array?

2007-07-25 Thread Geoffrey Zhu
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