Skip to Main Content

Network Analysis

What is Network Analysis and Social Network Analysis, and how you perform it.

Networkx

Networkx is a useful package for Python

Documentation

  • Netwrokx Tutorial pdf - A walkthrough of all the basics of the networkx package.
  • Netwrokx Tutorial - A comprehensive guide of the functionality that networkx offers with helpful examples and snippets of Python code.

Tutorials from DataCamp

  • Video - Quick DataCamp video that answers what is a network, how is it represented, and introduces the networkx Python library.
  • NetworkX Python by DataCamp
    • A thorough step-by-step guide that explains the Python code needed to create graphs, extract measures and create visual output.

Comprehensive

Other Packages

  • Video - from DataCamp - goes over different ways to visualize and lay out social networks and introduces the nxviz Python library.