Python\'s list type has an index() method that takes one parameter and returns the index of the first item in the list matching the parameter. For instance:
z = list(zip(*tuple_list)) z[1][z[0].index('persimon')]