Newbie question: Tuples and reading csv files

2010-03-29 Thread Gryff
Hi Its been 20 years since I programmed, so I'm stepping back in via Python. However I'm beating my brains on tuples/lists (what I used to know as arrays). I've fooled around with small code snippets and tried a few things, but I can't figure out how to grab elements of tuples ... For example,

Re: Newbie question: Tuples and reading csv files

2010-03-29 Thread Steve Howell
On Mar 29, 8:31 am, Gryff gareth.s...@googlemail.com wrote: Hi Its been 20 years since I programmed, so I'm stepping back in via Python. However I'm beating my brains on tuples/lists (what I used to know as arrays). I've fooled around with small code snippets and tried a few things, but I

Re: Newbie question: Tuples and reading csv files

2010-03-29 Thread Kushal Kumaran
On Mon, Mar 29, 2010 at 9:01 PM, Gryff gareth.s...@googlemail.com wrote: Hi Its been 20 years since I programmed, so I'm stepping back in via Python. However I'm beating my brains on tuples/lists (what I used to know as arrays). I've fooled around with small code snippets and tried a few

Re: Newbie question: Tuples and reading csv files

2010-03-29 Thread Gryff
*tada!* *enlightenment* Thanks - I figured it was something simple :-) -- http://mail.python.org/mailman/listinfo/python-list