Hacker News new | ask | show | jobs
by disgruntledphd2 4840 days ago
I really liked Python's documentation. I read the tutorial and it got me up and running really quickly, and whenever I had a problem or needed details of the arguments it was an invaluable reference.

Clearly, not everyone thought so. What did you not like about the docs?

1 comments

It's nice to learn from, but if you already know what you're doing and you just forgot the arguments to that one god damn method, it's pretty irritating to actually find the arguments to that one god damn method.
>>> help(method)

usually tells you.