- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 111字
- 2021-08-13 15:19:34
NetworkX
Developed by the Los Alamos National Laboratory, NetworkX is a package specialized in the creation, manipulation, analysis, and graphical representation of real-life network data (it can easily operate with graphs made up of a million nodes and edges). Besides specialized data structures for graphs and fine visualization methods (2D and 3D), it provides the user with many standard graph measures and algorithms, such as the shortest path, centrality, components, communities, clustering, and PageRank. We will mainly use this package in Chapter 6, Social Network Analysis:
- Website: http://networkx.github.io/
- Version at the time of print: 2.1
- Suggested install command: pip install networkx
Conventionally, NetworkX is imported as nx:
import networkx as nx
推薦閱讀
- 大數據項目管理:從規劃到實現
- 輕松學Java Web開發
- AWS Certified SysOps Administrator:Associate Guide
- Photoshop CS3圖層、通道、蒙版深度剖析寶典
- 21天學通C語言
- 步步圖解自動化綜合技能
- Hands-On Dashboard Development with QlikView
- ZigBee無線通信技術應用開發
- JRuby語言實戰技術
- 貫通Hibernate開發
- Embedded Linux Development using Yocto Projects(Second Edition)
- 傳感技術基礎與技能實訓
- ARM體系結構與編程
- Practical Network Automation
- Hands-On Generative Adversarial Networks with Keras