Jump to content

Pydoc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BG19bot (talk | contribs) at 06:41, 25 November 2014 (External links: WP:CHECKWIKI error fix for #93. External link with double http:// Do general fixes if a problem exists. -, replaced: http://http:// → http:// using AWB (10497)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Pydoc is a documentation module for the programming language Python. Similar to the functionality of Perldoc within Perl, Pydoc allows Python programmers to access Python's documentation help files, generate HTML pages with documentation specifics, and find the appropriate module for a particular job.[1] Pydoc can be accessed from a module-specific GUI,[2] from within the Python interpreter, or from a command line shell.[1][3] Developed by Ka-Ping Yee, it is included by default in all versions of Python since Python 2.1 and is available for download for 1.5.2, 1.6, and 2.0.[3] The sphinx documentation system is the standard and more customizable generator package for python.

See also

References