networkx
K-Dense-AI/scientific-agent-skills
NetworkX is a powerful Python library used for creating, manipulating, and analyzing complex networks and graphs. It supports graph structures (directed/undirected, multi-edges) and provides extensive algorithms for tasks such as finding shortest paths, calculating centrality measures (e.g., PageRank), detecting communities, and simulating various network types (e.g., scale-free, small-world). Ideal for social science, biology, and transportation network modeling.