Re: [Tutor] CSV file Reading in python

2017-03-22 Thread Sri Kavi
Hi, Reading (and processing and writing) CSV files https://github.com/slott56/introduction-python-csv/blob/master/README.md On Mar 22, 2017 06:18, "Edzard de Vries" wrote: I have a CSV which I want to be able to read in Python. I don't know the exact syntax and I get error messages. Where c

Re: [Tutor] CSV file Reading in python

2017-03-22 Thread Alan Gauld via Tutor
On 20/03/17 19:37, Edzard de Vries wrote: > I have a CSV which I want to be able to read in Python. Are you using the csv module? Have you read the documentation for that? It gives several examples. If not already then use csv. If you are using it and still have problems send the code and errors

Re: [Tutor] CSV file Reading in python

2017-03-21 Thread David Rock
> On Mar 20, 2017, at 14:37, Edzard de Vries wrote: > > I have a CSV which I want to be able to read in Python. I don't know the > exact syntax and I get error messages. Where can I find the syntax to do this. > I juiste starter learning Python. Edzard, Please post your code and the errors yo

[Tutor] CSV file Reading in python

2017-03-21 Thread Edzard de Vries
I have a CSV which I want to be able to read in Python. I don't know the exact syntax and I get error messages. Where can I find the syntax to do this. I juiste starter learning Python. Edzard. ___ Tutor maillist - Tutor@python.org To unsubscribe or c