Re: Select column from a list

2009-09-01 Thread hoffik
Wow, I didn't expect so many answers and possibilities! I'll try to go through it and surely find the best solution for me :jumping: Thank you all! -- View this message in context: http://www.nabble.com/Select-column-from-a-list-tp25185508p25240207.html Sent from the Python - python-list mailin

Select column from a list

2009-08-28 Thread hoffik
te 'values[0]' or 'values[0][:]' I'll get the first row. But when I write 'values[:][0]' I won't get the first column, but the first row again! I can't see why. Thanks Hoffik -- View this message in context: http://www.nabble.com/Select-column-from-a-li