I have taken quite a few courses on Programming in general and Python in particular. One of the things that I have noticed is the lack of a section how to document your code by providing good documentation. Python comes with the PyDoc module built-in...