komo-fr / SciPyJapan_2019_talk

🐍🎤🇯🇵 Let's Enjoy the Python World Using Network Analysis ~ Overlooking the reference relationship of PEPs with NetworkX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SciPy Japan 2019 talk

SciPy Japan 2019: https://www.scipyjapan2019.scipy.org/

Let's Enjoy the Python World Using Network Analysis ~ Overlooking the reference relationship of PEPs with NetworkX

This talk introduce discovery about reference relation between PEP (Python Enhancement Proposals) obtained using NetworkX.

Network analysis is an approach used to explore the relationship structure between "something" and "something" (e.g. friendship network, citation network). By focusing not only on individual elements but also on relationships, you may get new insight. If you are a Python user, NetworkX will help you get started with network analysis.

This talk will also introduce a website that interactively visualizes PEP's reference relationships (https://github.com/komo-fr/pep_map_site).

Interactive Visualization

Network

https://komo-fr.github.io/pep_map_site/network.html
See Also: 02-draw_network

About

🐍🎤🇯🇵 Let's Enjoy the Python World Using Network Analysis ~ Overlooking the reference relationship of PEPs with NetworkX


Languages

Language:Jupyter Notebook 100.0%