Skip to content

Instantly share code, notes, and snippets.

@drewconway
Created February 25, 2009 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewconway/70293 to your computer and use it in GitHub Desktop.
Save drewconway/70293 to your computer and use it in GitHub Desktop.
#Store network data as plain text file to be analyzed later
twitter_net._name=seed+'_k'+str(k) # Name the network after the seed and the number of snowball rounds
NX.write_edgelist(twitter_net,path='drewconway_k2.edgelist',delimiter='\t')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment