Differences between revisions 11 and 15 (spanning 4 versions)
Revision 11 as of 2009-07-30 06:14:05
Size: 7300
Editor: qed777
Comment: reST, Pylint, PyChecker, PyFlakes.
Revision 15 as of 2009-08-13 00:48:57
Size: 7719
Editor: qed777
Comment: Hellmann article on static code analyzers
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * Other tools - [[http://pychecker.sourceforge.net/ | PyChecker]], [[http://divmod.org/trac/wiki/DivmodPyflakes | PyFlakes]], [[http://www.logilab.org/project/pylint | Pylint]].  * Other tools - [[http://www.tarind.com/depgraph.html | py2depgraph]], [[http://pycallgraph.slowchop.com/ | pycallgraph]], [[http://pychecker.sourceforge.net/ | PyChecker]], [[http://divmod.org/trac/wiki/DivmodPyflakes | PyFlakes]], [[http://www.logilab.org/project/pylint | Pylint]], [[http://furius.ca/snakefood/ | Snakefood]], [[http://code.google.com/p/jrfonseca/wiki/XDot | XDot]].
Line 24: Line 24:
 * [[http://www.doughellmann.com/articles/CompletelyDifferent-2008-03-linters/index.html | Static Code Analyzers]] by D. Hellmann.
Line 55: Line 56:
 * [[http://niftilib.sourceforge.net/pynifti/ | PyNIfTI]] - Medical imaging.

Python / Cython resources

General

Tutorials, books, etc.

Articles, HOWTOs, etc.

Packages included in Sage

Other packages

devel/PythonCythonResources (last edited 2022-04-18 04:15:41 by mkoeppe)