On Tuesday Aric Hagberg and I presented a half-day workshop on NetworkX titled “Hacking Social Networks with the Python Programming Language,” at Sunbelt XXX. I tweeted this on Tuesday, but for those that were unable to make the plane, train and bus trip required to reach Riva del Garda, Italy to attend Sunbelt, Aric and I have posted all of the workshop materials (slides, LaTeX, code, etc.) to Github.
Please feel free to download, play, and reuse liberally. Also, if you have any questions, please drop me a line.
Automatically Generated Related posts:




There seems to be a bug in module_II.py. When I run
python module_II.py i get:
G.add_edge(time_nodes[i],time_nodes[j],time=datetime.now())
TypeError: add_edge() got an unexpected keyword argument ‘time’
[Reply]