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
tools:style_guides:python [2017/10/30 08:37]
lbatista Change broken links to Python's style guide
tools:style_guides:python [2020/05/20 13:20] (current)
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
 +  *  **Tabnanny:** Tool to check tabs [[https://docs.python.org/3/library/tabnanny.html|tabnanny]]:
 +    * Command line: python -m tabnanny -v file.py
 +    * Code:
 +
 +      import tabnanny
 +      tabnanny.check('file.py')
 +
  
  
tools/style_guides/python.1509352664.txt.gz ยท Last modified: 2017/10/30 08:37 by lbatista