python.rst
changeset 694 9d27c3b62d3b
parent 682 2e1ccd2f0591
child 762 9546a579b253
equal deleted inserted replaced
693:14208482f30d 694:9d27c3b62d3b
     8 
     8 
     9 * Byte compile .py and check for errors.
     9 * Byte compile .py and check for errors.
    10 
    10 
    11   $ python -m compileall dir
    11   $ python -m compileall dir
    12 
    12 
       
    13 * Code analyzers and style checkers.
       
    14 
       
    15 ** Pylint.
       
    16 
       
    17   http://www.logilab.org/857
       
    18   http://pypi.python.org/pypi/pylint
       
    19 
       
    20 ** PyChecker.
       
    21 
       
    22   http://pychecker.sourceforge.net/