Python Coding Style Guide and Conventions
Let's look at some guidelines and tips for creating good Python code.
We'll cover the following
Commenting
Comments are one of the most important parts of your code because they give you an idea of what exactly your code is supposed to do.
In Python, single line comments begin with a hash mark, #
, and continue to the end of the line.
Get hands-on with 1400+ tech skills courses.