Differences between revisions 1 and 2
Revision 1 as of 2010-08-06 16:21:24
Size: 1859
Editor: PaulBoddie
Comment: Initial list of packages, requiring expansion from the existing resources.
Revision 2 as of 2010-08-06 17:02:37
Size: 1945
Editor: PaulBoddie
Comment: Added SciPy note for APGL.
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
   * Requires the [[http://pypi.python.org/pypi/MLPY/|MLPY]] package, and thus the [[http://www.gnu.org/software/gsl/|GNU Scientific Library (GSL)]] and [[http://sourceforge.net/projects/numpy/|NumPy]]    * Apparently requires the [[http://pypi.python.org/pypi/MLPY/|MLPY]] package, and thus the [[http://www.gnu.org/software/gsl/|GNU Scientific Library (GSL)]] and [[http://sourceforge.net/projects/numpy/|NumPy]], [[http://sourceforge.net/projects/scipy/|SciPy]] and all its dependencies

Python Graph Libraries

These libraries are concerned with graphs and networks, not the plotting of numeric data in graphical form.

From the Python Graph API page, plus some others discovered through searching the Internet, quoting the descriptions for each package:

  • Another Python Graph Library is a simple, fast and easy to use graph library with some machine learning features.

  • igraph is a free software package for creating and manipulating undirected and directed graphs. It includes implementations for classic graph theory problems like minimum spanning trees and network flow, and also implements algorithms for some recent network analysis methods, like community structure search.

  • NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

  • py_graph is a native python library for working with graphs.

  • python-graph is a library for working with graphs in Python. This software provides a suitable data structure for representing graphs and a whole set of important algorithms.

Editorial Notes

The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. When specifying release dates please use the format YYYY-MM-DD.

PythonGraphLibraries (last edited 2022-12-03 17:01:14 by HelmutMelcher)

Unable to edit the page? See the FrontPage for instructions.