python camelcase or snake case code example
Example 1: camel case in python
>>> "they're bill's friends from the UK".title()
"They'Re Bill'S Friends From The Uk"
Example 2: python code style
This python pep sums it up: https://www.python.org/dev/peps/pep-0008/