Re: [Numpy-discussion] Developer NumPy list versus User NumPy list

2011-01-27 Thread Jimmie Houchin
On 1/27/2011 5:35 PM, Travis Oliphant wrote: > I think for me, the trouble is I don't have time to read all the > messages, but I want to see developer-centric discussions. Sometimes, I > can tell that from the subject (but I miss it). > > I agree that traffic is probably not too heavy at this poin

Re: [Numpy-discussion] Problems creating numpy.array with a dtype

2010-05-15 Thread Jimmie Houchin
On 5/15/2010 6:30 AM, josef.p...@gmail.com wrote: > On Sat, May 15, 2010 at 12:24 AM, Jimmie Houchin wrote: >> def getArray(instrument, weekString=None): >> ... >> cur.execute(sql) >> weekData = cur.fetchall() >> wdata = [] >>

[Numpy-discussion] Problems creating numpy.array with a dtype

2010-05-14 Thread Jimmie Houchin
Hello, I am really liking Numpy a lot. It is wonderful to be able to do the things that it does in a language as friendly as Python, and with the performance Numpy delivers over standard Python. Thanks. I am having a problem with creation of Numpy arrays with my generated dtypes. I am creating