python.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 17 Mar 2011 12:19:53 +0200 (2011-03-17)
changeset 857 97fa4a9e7ed7
parent 762 9546a579b253
permissions -rw-r--r--
software breakpoints
-*- mode: outline; coding: utf-8 -*-

* Licence and history of Python.

  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/