Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Python Coding Rules

PCR1 Four spaces per indentation level

PCR2 Use spaces instead of using hard tabs

PCR3 One blank line between functions, methods and classes

Naming Rules

NR1 Try to avoid using capitalized words with underscores (e. g. 'Linear_Collider_Software')

NR2 Always try to start with lowercase (e. g. 'urlMappingArray')