Skip to content

Campus-Energy/Python_Meter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_Meter

STYLE GUIDE

- Give all variables, functions, and classes meaningful names. 
- Functions are to be written in cammel case as follows: getNewData
- Avoid using underscores (_) in file names. Use cammel case instead
- Insert a space after function names, but before the parentheses: getNewData ( )
- Insert a space after an opening parentheses and before a closing parentheses: getNewData ( param )
- Do not use letters as itterators
- Make debug statements descriptive and meaningful

DOCUMENTATION

Documentation can be accessed by navigating to root/doc/_build/html/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages