opexxx
109.9K views | +0 today
Follow
opexxx
Your new post is loading...
Your new post is loading...
Rescooped by alexander knorr from Social Network Analysis #sna
Scoop.it!

graph-tool: Efficent network analysis with python I #SNA #python

graph-tool: Efficent network analysis with python I #SNA #python | opexxx | Scoop.it
graph-tool: Efficent network analysis with python

Via luiy, ukituki
luiy's curator insight, November 19, 2013 9:04 AM

Graph-tool is an efficient Python module for manipulation and statistical analysis ofgraphs (a.k.a. networks). Contrary to most other python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance which is comparable (both in memory usage and computation time) to that of a pure C/C++ library.

Scooped by alexander knorr
Scoop.it!

An Intro to Crypto Programming using Python

An introduction to computer-assisted cryptanalysis of classical
ciphers using Python
No comment yet.