projects
/
wiki.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new file: python.mdwn
[wiki.git]
/
python.mdwn
1
## Python code checkers
2
3
### pep8 - Python style guide checker
4
5
http://pypi.python.org/pypi/pep8
6
7
### pylint - Python code static checker
8
9
pylint tutorial: http://www.logilab.org/4736