User Tools

Site Tools


tools:style_guides:python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
tools:style_guides:python [2017/10/30 08:37]
lbatista Change broken links to Python's style guide
tools:style_guides:python [2020/05/15 10:09]
msamso [Python Language Rules]
Line 20: Line 20:
  
   *  Run [[http://www.pylint.org/|pylint]] over the code   *  Run [[http://www.pylint.org/|pylint]] over the code
 +  *  Tool to check tabs: [[https://docs.python.org/3/library/tabnanny.html|tabnanny]]
 +    * import tabnanny
 +    * tabnanny.check('file.py')
 +
  
  
tools/style_guides/python.txt ยท Last modified: 2020/05/20 13:20 by msamso