Re: [Tutor] [tutor] Reading/Writing Ascii text file

2007-09-18 Thread Eike Welk
On Tuesday 18 September 2007 04:06, Varsha Purohit wrote: > I wanted a link or tutorial to help me understand how to read > or write ascii text file in python. with and without using Numpy. If you want to save a Numpy array as a text file, goto this web-page: http://www.scipy.org/Numpy_Examp

Re: [Tutor] [tutor] Reading/Writing Ascii text file

2007-09-18 Thread Alan Gauld
"Varsha Purohit" <[EMAIL PROTECTED]> wrote > I wanted a link or tutorial to help me understand how to read > or write > ascii text file in python. with and without using Numpy. If you have > any > example that would also help me understand better. Almost any tutorial will show you how to

[Tutor] [tutor] Reading/Writing Ascii text file

2007-09-17 Thread Varsha Purohit
Hello friends, I wanted a link or tutorial to help me understand how to read or write ascii text file in python. with and without using Numpy. If you have any example that would also help me understand better. thanks, Varsha Purohit, Graduate Student