Skip to content
/ SNA101 Public

Quick start for social network analysis with Python and NetworkX.

Notifications You must be signed in to change notification settings

hdngr/SNA101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNA101

Quick start for social network analysis with Python and NetworkX.

mkvirtualenv -i networkx SNA101**
**uses venv wrapper

or

venv SNA101
pip install networkx**
**uses venv

Optional: pip install Matplotlib for graph drawing...

Use utils/nxGraphtoNodeEdgeList.py to create csvs easily exportable to Gephi

run utils/community.py from this directory to deconstruct karate club graph

About

Quick start for social network analysis with Python and NetworkX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages