python.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 05 Aug 2011 09:40:50 +0300
changeset 921 c1264ffd1a37
parent 762 9546a579b253
permissions -rw-r--r--
Toolkit version format

-*- 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/