The fantastic python voyage
Sunday, March 13, 2011
Python code analysis tools
1. Use pep8 to check if your Python code matches the style guide.
http://pypi.python.org/pypi/pep8
2. Use pyflakes to analyze your python code and detect errors.
http://pypi.python.org/pypi/pyflakes
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)