python-networkx-doc

Tool to create, manipulate and study complex networks - documentation
  http://networkx.lanl.gov/
  0
  no reviews



Networkx is a python-based package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.

the structure of a graph or network is encoded in the edges (connections, links, ties, arcs, bonds) between nodes (vertices, sites, actors). if unqualified, by graph it's meant a simple undirected graph, i.e. no self-loops and no multiple edges are allowed. by a network it's usually meant a graph with weights (fields, properties) on nodes and/or edges.

the potential audience for networkx includes: mathematicians, physicists, biologists, computer scientists, social scientists.

this package contains documentation for networkx.