Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yurlungur/python-documentation-tutorial
- Owner: Yurlungur
- License: gpl-3.0
- Created: 2014-11-01T21:23:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T23:07:29.000Z (about 10 years ago)
- Last Synced: 2023-03-23T17:06:31.322Z (almost 2 years ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 systemIn 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.