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
Last revision Both sides next revision
tools:style_guides:python [2020/05/13 15:24]
msamso [Python Language Rules]
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/2/library/tabnanny.html|tabnanny]]+  *  Tool to check tabs: [[https://docs.python.org/3/library/tabnanny.html|tabnanny]]
     * import tabnanny     * import tabnanny
     * tabnanny.check('file.py')     * tabnanny.check('file.py')
tools/style_guides/python.txt ยท Last modified: 2020/05/20 13:20 by msamso