A function name that begins with an uppercase letter does not follow standard naming conventions. This decreases code readability. For example, Jump.

Write the function name beginning with an lowercase letter. For example, jump.

  • Guido van Rossum, Barry Warsaw, Nick Coghlan PEP 8 -- Style Guide for Python Code Python Function and Variable Names