Previous
Python Rules Of Coding: Naming Conventions
Python Rules Of Coding: Comments
For In-Code documentation in Python, comments are so essentials. Comments are the extra understanding layer of the code. It should be simple and verbosely so that it can be read and understand easily. Comments start with the '#' (hashtag ) symbol in Python.
Always try to use inline comments, because it is so important to understand the code easily.
.............................................