Differences between revisions 20 and 21
Revision 20 as of 2009-12-24 10:57:38
Size: 8360
Editor: Minh Nguyen
Comment: Python and Cython resources belong to Sage development, so put this page under devel/
Revision 21 as of 2010-01-10 15:58:53
Size: 8532
Editor: qed777
Comment: Add pep8, FunctionalProgramming.
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * 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]].  * Other tools - [[http://pypi.python.org/pypi/pep8/ | pep8]], [[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 23: Line 23:
 * [[http://wiki.sagemath.org/devel/FunctionalProgramming | Python Functional Programming for Mathematicians]] by M. Nguyen.

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)