NetworkX Library
Jump to navigation
Jump to search
A NetworkX Library is a graph library that is a Python library.
- …
- Counter-Example(s):
- See: LANL, Cross-Platform, Software Library.
References
2014
- (Wikipedia, 2014) ⇒ http://en.wikipedia.org/wiki/networkX Retrieved:2014-5-16.
- NetworkX is a Python library for studying graphs and networks. NetworkX is free software released under the BSD-new license.
2013
- http://networkx.github.io/documentation/networkx-1.8/overview.html
- NetworkX is a Python language software package for the creation, manipulation, and study of the structure, dynamics, and function of complex networks.
With NetworkX you can load and store networks in standard and nonstandard data formats, generate many types of random and classic networks, analyze network structure, build network models, design new network algorithms, draw networks, and much more. …
NetworkX is intended to provide
- tools for the study the structure and dynamics of social, biological, and infrastructure networks,
- a standard programming interface and graph implementation that is suitable for many applications,
- a rapid development environment for collaborative, multidisciplinary projects,
- an interface to existing numerical algorithms and code written in C, C++, and FORTRAN,
- the ability to painlessly slurp in large nonstandard data sets.
- NetworkX is a Python language software package for the creation, manipulation, and study of the structure, dynamics, and function of complex networks.