venerdì 31 agosto 2012


    - NetworkX - is a Python library for doing network analysis it allow to create and study
complex network and is based completely on Python without module compiled
in other language

NetworkX is able to manage many type of networks, or graphs:

• Nodes can be any (hashable) Python object, edges can contain arbitrary data
• Flexibility ideal for representing networks found in many different fields
• Easy to install on multiple platforms and up-to-date documentation
• First release in April 2005

The official site is: http://networkx.lanl.gov/