Re: [Tutor] Using files to read data

2017-06-27 Thread Alan Gauld via Tutor
On 27/06/17 06:32, Micheal Dale Peterson wrote: > I am trying to write something that stores x and y data > with a time reference and then use it later ... Lets stick to one thing at a time. How far did you get writing the data to a file? Did the file get created? Can you edit in the text editor?

Re: [Tutor] Using files to read data

2017-06-27 Thread Peter Otten
Micheal Dale Peterson wrote: > my saved lists Hello Micheal! Have a look at to learn what we see of your mail. Unfortunately attachments are stripped off. Please resend as plain text, with your code and data inlined in the body

[Tutor] Using files to read data

2017-06-27 Thread Micheal Dale Peterson
hello I’m new to python. I have been trying to teach myself without asking questions because i feel i learn more. But i am stuck on this for a bout a week now. I am trying to write something that stores x and y data with a time reference and then use it later to create some type of a graph. I