csv read clean up and write out to csv

2012-11-02 Thread Sacha Rook
Hi I have a problem with a csv file from a supplier, so they export data to csv however the last column in the record is a description which is marked up with html. trying to automate the processing of this csv to upload elsewhere in a useable format. If i open the csv with csved it looks like

Re: python-forum

2012-11-02 Thread Sacha Rook
Thanks for the update and the invite don't mind if I do. cheers sachlar On 2 November 2012 08:26, Chris Rebert wrote: > On Fri, Nov 2, 2012 at 1:19 AM, Sacha Rook wrote: > > Hi does anyone know where the python-form.org site has gone? > > Some googling suggests

python-forum

2012-11-02 Thread Sacha Rook
Hi does anyone know where the python-form.org site has gone? -- http://mail.python.org/mailman/listinfo/python-list

Re: What is Expressiveness in a Computer Language

2006-06-16 Thread Sacha
f calling nonexistent functions that's useful. I might want to test some other parts of my program before writing this function. Or maybe will my program compile that function depending on user input. As long as i get a warning for calling a non-existing function, everything is fine. Sacha -- http://mail.python.org/mailman/listinfo/python-list