Y
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
Godel_unicode
2567 days ago
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...
link
amasad
2566 days ago
You can just drag and drop the file on repl.it and it'll just work :)
link
Godel_unicode
2566 days ago
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.
link
amasad
2566 days ago
Majority of our users are hobbyists and novices
link
No? Oh well, I guess programming is hard, IT was right. Ok, back to excel...