Re: [Tutor] Parsing data from a csv file

2011-03-24 Thread Joel Goldstick
On Thu, Mar 24, 2011 at 8:34 AM, louis leichtnam wrote: > Hello, > > I am to extract a csv file from the web and parse it in python and after > that make it into an html page. > > I want to get the data out of the csv file, get rid of the "," and make it > readable. > > Questions: > I would like t

[Tutor] Parsing data from a csv file

2011-03-24 Thread louis leichtnam
Hello, I am to extract a csv file from the web and parse it in python and after that make it into an html page. I want to get the data out of the csv file, get rid of the "," and make it readable. Questions: I would like to be able to print the line I want but I don't know how to do it. I would