diff --git a/README.md b/README.md index 5e4f635..4031047 100755 --- a/README.md +++ b/README.md @@ -559,6 +559,7 @@ Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awes - [networkx](http://networkx.github.io/) - Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. - [Implementing an ERGM from Scratch in Python](http://davidmasad.com/blog/ergms-from-scratch/), using networkx and numpy (2014). - [npartite](https://github.com/ike002jp/npartite) - Python algorithms for community detection in n-partite networks. +- [PyGraphistry](https://github.com/graphistry/pygraphistry) - Python library to extract, transform, and visually explore big graphs. - [python-igraph](http://igraph.org/python/) - Python version of the igraph network analysis package. - [python-louvain](http://perso.crans.org/aynaud/communities/) - A solid implementation of Louvain community detection algorithm. - [TQ (Temporal Quantities)](http://vladowiki.fmf.uni-lj.si/doku.php?id=tq) - Python 3 library for temporal network analysis.