Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Inspilab Python style guide

======================

Base off of PEP 8 -- Style guide for python

Keeping our Python more consistent

Table of Contents

  1. Codelay-out 1.1 Indentation 1.2 Tabs or Spaces 1.3 Imports 1.4 Module level dunder names
  2. Whitespace in Expressions and Statements 2.1 Pet Peeves 2.2 Other Recommendations
  3. 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
  4. References
  5. Copyright