In this article we will explore how to use the Python help() function — Table of Contents Introduction Access documentation using interactive help utility Access object documentation using help() Access user defined function documentation using help() Conclusion Introduction In Python we often work with new modules, functions, classes, or objects that we haven’t used before, and which have documentation that we didn’t read just yet.