Hacker News new | ask | show | jobs
by jodrellblank 2567 days ago
You can open https://repl.it/languages/python3 and start writing Python.
1 comments

with open("~/Documents/important.csv", "r") as f: f.read()

No? Oh well, I guess programming is hard, IT was right. Ok, back to excel...

You can just drag and drop the file on repl.it and it'll just work :)
Gee, thanks. My point was about discoverability and being able to Google for "read csv with Python", not whether experienced programmers can hack things together.
Majority of our users are hobbyists and novices