Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The same, except today, Python vs C/C++

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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: