conferences | speakers | series

Network Science with Python

home

Network Science with Python
EuroSciPy 2022

This workshop is for data scientists and other programmers who want to add another tool in their data science toolkit. Modelling, analysing and visualising data as networks! Network Science deals with analysing network data, and the data can come from different fields like politics, finance, computer science, law and even Game of Thrones!

In this workshop we will cover the basics of network theory and network thinking, then we will go over some algorithms used to analyse network data. We will take a quick detour to understand the story between linear algebra and networks. We will then jump on to some real world datasets and how to use our newly acquired skills to tackle the data problems. This will be a hands-on and interactive tutorial, so get ready to code your way till the end! By the end of the workshop you should be comfortable with working with network data using the PyData ecosystem (NetworkX, pandas, numpy!). We will roughly follow the following timeline during the workshop (30 mins each) Part A: Introduction to Graphs and the NetworkX API Part B: Graph Algorithms - Hubs: Which nodes are the important nodes in our data? - Paths: Where should I jump next to find my destination? - Structures: Who should I be friends with? Part C: Linear Algebra and Network Science - What do matrices have to do with nodes and edges?

Speakers: Mridul Seth