Slide 13
Slide 13 text
Continuum Solutions (Free)
Conda
binstar.org Anaconda
Free all-in-one distribution of Python for
Analytics and Visualization
• numpy, scipy, ipython
• matplotlib, bokeh,
• pandas, statsmodels, scikit-learn
• many, many more… 100+
Miniconda
Python + conda — with these you can
install exactly what you want…
• Binary repository of packages (public)
• Multiple package types
• Free public build queue
• Current focus on:
• Python pypi-compatible packages
(source distributions)
• conda packages (binary distributions)
$ conda install anaconda
• Cross-platform package manager
• Dependency management (uses SAT
solver to resolve all dependencies)
• System-level virtual environments (more
flexible than virtualenv)