Naming Conventions ------------------ Classes: AllCaps Enums: class EnumClass(Enum): Opt1; Opt2 Local vars: local_variable Use 4 spaces not tabs.