Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yurlungur/python-documentation-tutorial

A tutorial on how to write Python code that interacts with the Python help system
https://github.com/yurlungur/python-documentation-tutorial

Last synced: 13 days ago
JSON representation

A tutorial on how to write Python code that interacts with the Python help system

Awesome Lists containing this project

README

        

python-documentation-tutorial
=============================
Author: Jonah Miller ([email protected])

A tutorial on how to write Python code that interacts with the Python
help system

In this tutorial, we discuss importing files, docstrings, command line
arguments, private variables, and the "main" namespace.

To follow the tutorial, open up the IPython notebook and follow the
instructions.