Python - How can I get a specific field of a csv file???

I'm clueless when it come to Python, but I would expect to create an array/vector/list and every time you come across a comma put the next segment into a new element, then if all of the ones you want are the second in the line then use array/vector/list[1] to access it.
 
Say I have a csv file:

snip

I'm new to the language and tried some stuff with the csv module, but I don't get it... :D

The csv module isn't hard, what are you trying to do?

If you post your code it would help us help you.
 
Back
Top