for everything related to Python’s style guide: i’d recommend you read PEP8.
To answer your question:
Function names should be lowercase, with words separated by
underscores as necessary to improve readability.
for everything related to Python’s style guide: i’d recommend you read PEP8.
To answer your question:
Function names should be lowercase, with words separated by
underscores as necessary to improve readability.