Further Reading
Discover key Python resources such as PEP 257 for docstring conventions, PEP 8 for coding style, and the Python Reference Manual to deepen your understanding of Python’s object-oriented nature and enhance your programming skills.
We'll cover the following...
We'll cover the following...
-
PEP 257: Docstring Conventions explains what distinguishes a good
docstringfrom a greatdocstring. -
Python Tutorial: Documentation Strings also touches on the subject.
-
PEP 8: Style Guide for Python Code discusses good indentation style.
-
Python Reference Manual explains what it means to say that everything in Python is an object, because some people are pedants and like to discuss that sort of thing at great length.