Re: numpy or _numpy or Numeric?

2007-01-24 Thread auditory
George Sakkis ? ?: On Jan 24, 2:24 am, auditory [EMAIL PROTECTED] wrote: I am a newbie here I am trying to read space separated floating point data from file I read about csv module by searching this group, but I couldn't read space separated values with csv. (which may be matter

Re: numpy or _numpy or Numeric?

2007-01-24 Thread auditory
Travis E. Oliphant ? ?: auditory wrote: I am a newbie here I am trying to read space separated floating point data from file I read about csv module by searching this group, but I couldn't read space separated values with csv. (which may be matter of course..) I also read about

numpy or _numpy or Numeric?

2007-01-23 Thread auditory
I am a newbie here I am trying to read space separated floating point data from file I read about csv module by searching this group, but I couldn't read space separated values with csv. (which may be matter of course..) I also read about numpy.fromfile(file, sep=' ') which i can use. but on my