/SciPyJapan_2019_talk

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

Primary LanguageJupyter Notebook

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