The naming conventions for Python are part of "PEP-8": https://www.python.org/dev/peps/pep-0008/#naming-conventions
They cover all sorts of things that you probably won't encounter for introductory programming, but I think the main points are easy enough to see.
Click any of the components below to access them.