Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Pydoc
Documentation module for python

Pydoc is the standard documentation module for the programming language Python. Similar to the functionality of Perldoc within Perl and Javadoc within Java, Pydoc allows Python programmers to access Python's documentation help files, generate text and HTML pages with documentation specifics, and find the appropriate module for a particular job.

Pydoc can be accessed from a module-specific GUI, from within the Python interpreter, or from a command line shell.

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.

Pydoc is used to extract documentation from the source code itself. More comprehensive documentation is generated from external reStructuredText documents using the Sphinx documentation system.

We don't have any images related to Pydoc yet.
We don't have any YouTube videos related to Pydoc yet.
We don't have any PDF documents related to Pydoc yet.
We don't have any Books related to Pydoc yet.
We don't have any archived web articles related to Pydoc yet.

See also

  • Free and open-source software portal

References

  1. Pydoc. Accessed 11/27/2010 http://epydoc.sourceforge.net/stdlib/pydoc-module.html

  2. Using Pydoc. Accessed 11/27/2010 http://onlamp.com/pub/a/python/2001/04/18/pydoc.html

  3. Pydoc. Accessed 11/27/2010 http://epydoc.sourceforge.net/stdlib/pydoc-module.html

  4. Charming Python: pydoc and distutils modules. Accessed 01/01/2012 http://www.ibm.com/developerworks/linux/library/l-cpmod/index.html

  5. "Ka-Ping Yee: Curriculum Vitae". http://zesty.ca/cv.html

  6. "PEP 256 -- Docstring Processing System Framework". https://www.python.org/dev/peps/pep-0256/

  7. Charming Python: pydoc and distutils modules. Accessed 01/01/2012 http://www.ibm.com/developerworks/linux/library/l-cpmod/index.html