http://docs.python.org/library/csv.html
タブ区切りファイルも扱える:
for line in csv.reader(open(filename,'r'), dialect=csv.excel_tab): print line