Novice C programmers would get stumped on opening a file, reading and parsing the data.
Now you have:
with open('foo') as reader: # blah blah
Novice C programmers would get stumped on opening a file, reading and parsing the data.
Now you have: