Differences between revisions 19 and 23 (spanning 4 versions)
Revision 19 as of 2009-09-25 05:03:09
Size: 8318
Editor: qed777
Comment:
Revision 23 as of 2019-11-23 17:13:43
Size: 8520
Editor: chapoton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from PythonResources
Line 9: 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 22: Line 23:
 * [[http://wiki.sagemath.org/devel/FunctionalProgramming | Python Functional Programming for Mathematicians]] by M. Nguyen.
Line 36: Line 38:
 * [[http://numpy.scipy.org/ | NumPy]] - N-dimensional arrays and routines - [[http://docs.scipy.org/doc/ | docs]].  * [[https://numpy.org/ | NumPy]] - N-dimensional arrays and routines - [[http://docs.scipy.org/doc/ | docs]].
Line 39: Line 41:
 * [[http://pygments.org/ | Pygments]] - Syntax highlighter - [[http://pygments.org/docs/ | docs]].
 * [[http://pynac.sagemath.org/ | Pynac]] - Symbolic manipulation - [[http://www.ginac.de/ | GiNaC]].
 * [[https://pygments.org/ | Pygments]] - Syntax highlighter - [[https://pygments.org/docs/ | docs]].
 * [[http://pynac.org/ | Pynac]] - Symbolic manipulation - [[http://www.ginac.de/ | GiNaC]].

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)