Introduction

Classes are named using CamelCase (capital letters at the start of each word). functions, methods and variable names are lower_case_underscore (lowercase with an underscore representing a space between words).

Footnotes

1

“It’s dictionaries all the way down.”