Docstrings – Profiles, Jobs, and Resources for Python Developers

Docstrings are strings used to document code in programming languages. They are written within triple quotes (""" or ''') and are used to explain what a function, class, module, or method does.