But thx anyway :)
import csv file = csv.reader(open('config.csv'), delimiter='\t') for row in file: for cell in row: # do something with the cell
csv.DictReader(open('config.csv'), delimiter=",")
guy myself, but thx anyway :)
But thx anyway :)