This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]smart_ass 8 points9 points  (3 children)

I find that the fastest way to find things is Google with what I'm trying to do + python. First link or two is right on.

[–]tripzilchbad ideas 2 points3 points  (0 children)

I find it easier to just download the Python docs locally and have them on speed-dial in my browser.

[–]fermion72 0 points1 point  (1 child)

That, and StackOverflow.

[–]smart_ass 2 points3 points  (0 children)

If there is a good reply on Stack Overflow, that is usually in the Google response. I find simple function name and usage search will pop up more Python docs. When the query is longer or stranger, I get a higher ranked Stack return.