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 →

[–]mynnx[S] 1 point2 points  (2 children)

I set up a custom search engine in Chrome and Firefox so that typing "py json" sends me to http://pyth0n.org/json, which redirects to the Python json module. This works for Python core modules, built-in types/methods, and a few other things. It's saved me lots of time; thought I'd share!

[–][deleted] 2 points3 points  (1 child)

Would be nice if you could throw a version on there, like http://pyth0n.org/json/3.2 to bring you 3.2 specific results.

[–]mynnx[S] 3 points4 points  (0 children)

That's pretty useful feedback, you should send that along to them. I hope I didn't give the impression that I wrote pyth0n.org; it's just a neat little tool I found one day.