Should I use “camel case” or underscores in Python? [duplicate] by IT Nursery So which is better and why? def my_function(): or def myFunction(): 3 Answers 3