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 m
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
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