Coding in Python 08 – The help Function

In video number 8 of the Coding in Python series, we check out the help function.

YouTube player

Commands Used in this Video

Accessing the help prompt (from within a Python shell)

help()

Print help info for a particular object

help(<object>)