Skip to content

Instantly share code, notes, and snippets.

@plembo
Created April 30, 2018 02:25
Show Gist options
  • Save plembo/412fbb688e35c4c4a3c7aa44f6f0e047 to your computer and use it in GitHub Desktop.
Save plembo/412fbb688e35c4c4a3c7aa44f6f0e047 to your computer and use it in GitHub Desktop.
Pydoc is like perldoc

Pydoc is like perldoc

To get documentation for any given python module, do this

python -m pydoc <module_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment