Skip to content

Instantly share code, notes, and snippets.

@cluelesscoder
Created August 18, 2012 00:27
Show Gist options
  • Save cluelesscoder/3383623 to your computer and use it in GitHub Desktop.
Save cluelesscoder/3383623 to your computer and use it in GitHub Desktop.
Python test
import csv
testreader = csv.DictReader(open('test.csv', 'rb')
for row in testreader:
print row
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment