1 [[!map pages=python/*]]
3 ## Python code checkers
5 ### pep8 - Python style guide checker
7 http://pypi.python.org/pypi/pep8
9 ### pylint - Python code static checker
11 pylint tutorial: http://www.logilab.org/4736
13 ## Writing command line tools in Python
15 http://docs.python.org/library/optparse.html
17 http://www.ibm.com/developerworks/aix/library/au-pythocli/
21 http://docs.python.org/2/faq/general#why-was-python-created-in-the-first-place
23 http://svn.python.org/projects/python/branches/cnri-16-start/Misc/BLURB.LUTZ
27 https://snarky.ca/deconstructing-xkcd-com-1987/