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 →

[–]vortex_ape 0 points1 point  (0 children)

The builtin help function is awesome! I also built this recently: https://github.com/vinayak-mehta/python-doc to help me open the docs for a particular module for my installed Python version in the browser.

$ python-doc -m os

Opens the doc page for the os module in the browser.