System Grab Bag

View all TLDR pages from common (or from all pages)

pydoc

Display offline Python documentation. More information: https://docs.python.org/3/library/pydoc.html.
  • Print documentation on a subject (Python keyword, topic, function, module, package, etc.):
    pydoc {{subject}}
  • Start an HTTP server on an arbitrary unused port and open a [b]rowser to see the documentation:
    pydoc -b
  • Display help:
    pydoc

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.