python.rst
changeset 1010 c7352d68c95e
parent 1009 be52d3742472
child 1011 c006c2f27f51
equal deleted inserted replaced
1009:be52d3742472 1010:c7352d68c95e
     1 -*- mode: outline; coding: utf-8 -*-
       
     2 
       
     3 * Licence and history of Python.
       
     4 
       
     5   http://docs.python.org/dev/license.htm
       
     6 
       
     7 * Byte compile .py and check for errors.
       
     8 
       
     9   $ python -m compileall dir
       
    10 
       
    11 * Code analyzers and style checkers.
       
    12 
       
    13 ** Pylint.
       
    14 
       
    15   http://www.logilab.org/857
       
    16   http://pypi.python.org/pypi/pylint
       
    17 
       
    18 ** PyChecker.
       
    19 
       
    20   http://pychecker.sourceforge.net/