Python programming, with examples in hydraulic engineering and in hydrology.
import csv with open('file.csv', 'r') as f1: reader = csv.reader(f1) your_list = list(reader)