https://github.com/gesiscss/introduction_networkx
https://github.com/gesiscss/introduction_networkx
binder-ready network-analysis
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gesiscss/introduction_networkx
- Owner: gesiscss
- Created: 2018-07-13T12:02:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T10:25:40.000Z (about 6 years ago)
- Last Synced: 2025-04-19T19:05:17.628Z (6 months ago)
- Topics: binder-ready, network-analysis
- Language: Jupyter Notebook
- Size: 5.73 MB
- Stars: 5
- Watchers: 12
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to Network Analysis Using Python's Networkx Library
**Author**: Haiko Lietz, GESIS - Leibniz Institute for the Social Sciences
**Version**: 2 August 2019
**Description**: This is an introduction to network analysis in Python using version 2.3 of the networkx library. networkx is part of the standard Anaconda installation and therefore easy to install, offers many functions for network analysis, is frequently extended, and has a large user community. For large networks, consider graph-tool or igraph. Consult this paper for a comparison of these packages and why Python is good for scientific computing.
[](https://notebooks.gesis.org/binder/v2/gh/gesiscss/introduction_networkx/master)