Skip to content

nstornetta/Network-Analysis-Made-Simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network-Analysis-Made-Simple

Getting Set Up

For this tutorial, you will need the following:

  1. Python 3
  2. matplotlib
  3. networkx
  4. pandas
  5. hiveplot
  6. numpy

Easiest way: Anaconda Distribution of Python

If you have the Anaconda distribution of Python installed, then follow this set of instructions.

  1. $ cd /path/to/your/directory
  2. $ git clone https://github.com/ericmjl/network-analysis-made-simple.git
  3. $ cd network-analysis-made-simple
  4. $ conda env create -f environment.yml

Finally, check your environment by running the following command:

  1. $ python checkenv.py

If you do not have the Anaconda distribution, I would highly recommend getting it. Check out @jakevdp's talk at SciPy2015 - it's time to switch over to Python 3!

Dataset Credits

  1. Divvy Data Challenge: https://www.divvybikes.com/datachallenge

About

For PyCon 2015

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%