======================
Base off of PEP 8 -- Style guide for python
Keeping our Python more consistent
- Codelay-out 1.1 Indentation 1.2 Tabs or Spaces 1.3 Imports 1.4 Module level dunder names
- Whitespace in Expressions and Statements 2.1 Pet Peeves 2.2 Other Recommendations
- Naming Conventions 3.1 Descriptive: Naming Styles 3.2 Prescriptive: Naming Conventions 3.2.1 Names to Avoid 3.2.2 Package and Module Names 3.2.3 Class Names 3.2.4 Global Variable Names 3.2.5 Function Names
- References
- Copyright