Python Naming Conventions

Please follow the Python Naming Conventions so variable_names and function_names should be lower_case, CONSTANTS in UPPERCASE, ClassNames should be CamelCase, etc.
https://pep8.org/#prescriptive-naming-conventions

Comments