March 18th, 2013, 10:21 PM
-
File importing
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 all of those ideas from the Python Tutorial. I am a little new to python.
March 19th, 2013, 08:56 AM
-
[code]
Code tags[/code] are essential for python code and Makefiles!