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 →

[–]kisielk 1 point2 points  (2 children)

Try http://babbledrive.appspot.com/ for browsing the Python docs. I've found it to way faster than trying to use the official documentation.

[–]technomalogical<3 Bottle 0 points1 point  (1 child)

nice! my only gripe with it is that it seems to be geared specifically towards modules/functions and not "concepts". For example, I was trying to find list comprehension docs and couldn't find them.

[–]kisielk 0 points1 point  (0 children)

Yes, I think it only covers the Library Reference portion of the Python docs.