Re: [Tutor] File Import

2013-04-04 Thread Mitya Sirenef
On 03/18/2013 11:14 PM, Clark, Tristan wrote: Hi, I am importing data produced from an external code. The data is organized into columns. I would like to be able to assign each column to a variable or array. How would you recommend doing this? I have been looking into the pickle function, as

[Tutor] File Import

2013-04-04 Thread Clark, Tristan
Hi, I am importing data produced from an external code. The data is organized into columns. I would like to be able to assign each column to a variable or array. How would you recommend doing this? I have been looking into the pickle function, as well as "f.readline" and "for line in f:" and I got