0% found this document useful (0 votes)
275 views1 page

Anaconda Cheat Sheet

Anaconda is an easy-to-install Python and R distribution that includes over 720 open source packages for data science. It simplifies installing Python and R along with dependencies. Miniconda is similar but downloads only specified packages rather than including all 720. The document provides instructions for installing Anaconda, accessing documentation and cheat sheets, and lists some top data science packages included like NumPy, SciPy, Pandas, Scikit-Learn, and Matplotlib.

Uploaded by

Brian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
275 views1 page

Anaconda Cheat Sheet

Anaconda is an easy-to-install Python and R distribution that includes over 720 open source packages for data science. It simplifies installing Python and R along with dependencies. Miniconda is similar but downloads only specified packages rather than including all 720. The document provides instructions for installing Anaconda, accessing documentation and cheat sheets, and lists some top data science packages included like NumPy, SciPy, Pandas, Scikit-Learn, and Matplotlib.

Uploaded by

Brian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ANACONDA CHEAT SHEET

See full user documentation for Anaconda


docs.continuum.io/anaconda

BEFORE YOU START

Why do I need Anaconda? Installing Python from scratch is no joy. Many scientific packages require a specific
version of Python or R computer language along with many dependencies. It's hard to
keep packages from interacting with each other, and harder to keep them all updated.
Anaconda makes getting and maintaining all these packages quick and easy.

What is Anaconda? The open source version of Anaconda is an easy-to-install high performance Python and
R distribution with a package manager, environment manager and collection of 720+
open source packages with free community support.

Then what is Miniconda? It's Anaconda without the collection of 720 open source packages.
With Miniconda you download only the packages you want with the conda command,
"conda install PACKAGENAME"

GET IT

Will it work on Yes, Anaconda is available for Windows, OS X or Linux, 32- or 64-bit, 400 MB HD
my machine? available. Miniconda same but needs only 3 MB HD.

Quick Install It docs.continuum.io/anaconda/install

Get your conda conda.pydata.org/docs/using/cheatsheet.html


cheat sheet

Take the test drive conda.pydata.org/docs/test-drive.html

NOW PLAY WITH THE WORLD'S MOST AWESOME DATA SCIENCE PACKAGES

Packaged included in Anaconda 4+, or get with "conda install PACKAGENAME"

1. NumPy | numpy.org 7. SciKit-Learn | scikit-learn.org/stable


N-dimensional array for numerical computation Python modules for machine learning and data mining

2. SciPy | scipy.org 8. NLTK | nltk.org


Collection of numerical algorithms and toolboxes, Natural language toolkit
including signal processing and optimization
9. Notebook | jupyter.org
3. MatPlotLib | matplotlib.org Web-based interactive computational
Plotting library for Python environment combines code execution, rich
text, mathematics, plots and rich media
4. Pandas | pandas.pydata.org
Powerful Python data analysis toolkit 10. R essentials | conda.pydata.org/docs/r-with-conda.html
R with 80+ of the most used R packages for data science
5. Seaborn | stanford.edu/~mwaskom/software/seaborn/
"conda install -c r r-essentials"
Statistical data visualization

6. Bokeh | bokeh.pydata.org
Interactive web visualization library

Follow us on Twitter @continuum.io and join the #AnacondaCrew!


Connect with other talented, like-minded data scientists and developers while
contributing to the open source movement. Visit continuum.io/community

Continuum.io [email protected] 512-776-1066


8/30/2016

You might also like