Coming from a C# background the naming convention for variables and method names are usually either camelCase or PascalCase:
The coding style is usually part of an organization's internal policy/convention standards, but I think in general, the all_lower_case_underscore_separator style (also called snake_case) is most common in python.