python.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 18 Dec 2010 17:01:11 +0200
changeset 760 18716a879ed7
parent 694 9d27c3b62d3b
child 762 9546a579b253
permissions -rw-r--r--
Automated merge with file:///cygdrive/e/srv/hg/tips

-*- mode: outline; coding: utf-8 -*-

* Licence and history of Python.

See

  http://docs.python.org/dev/license.htm

* Byte compile .py and check for errors.

  $ python -m compileall dir

* Code analyzers and style checkers.

** Pylint.

  http://www.logilab.org/857
  http://pypi.python.org/pypi/pylint

** PyChecker.

  http://pychecker.sourceforge.net/