April 2016
Intermediate to advanced
486 pages
9h 21m
English
Documenting code can be both fun and useful! I will admit that many programmers have a strong dislike for documenting code and understandably so. Writing documentation can be a boring job and traditionally only others reap the benefits of that effort. The tools available for Python, however, make it almost trivial to generate useful and up-to-date documentation with little to no effort at all. Generating documentation has actually become so easy that I create and generate documentation before using a Python package. Assuming it wasn't available already, that is.
In addition to simple text documentation explaining what a function does, it is also possible to add metadata, such as ...
Read now
Unlock full access