python.rst
changeset 694 9d27c3b62d3b
parent 682 2e1ccd2f0591
child 762 9546a579b253
--- a/python.rst	Fri Nov 12 22:05:45 2010 +0200
+++ b/python.rst	Fri Nov 12 22:06:14 2010 +0200
@@ -10,3 +10,13 @@
 
   $ 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/