Saturday, December 09, 2017

tool: Miniconda: mini Anaconda

Miniconda — Conda download

conda/conda: OS-agnostic, system-level binary package manager and ecosystem @GitHub

Glossary — Conda documentation

"The conda package and environment manager is included in all versions of Anaconda®, Miniconda and Anaconda Repository."

"Conda" Package, dependency and environment management for any language—Python, R, Ruby, Lua, Scala, Java, JavaScript, C/ C++, FORTRAN
Conda is an open source package management system and environment management system that runs on Windows, macOS and Linux.


"While it’s possible to install Python directly from python.org, we recommend using Condainstead. Conda is a package management system, from ContinuumIO, created specifically to assist working with Python packages in a cross-platform fashion. Its real strength comes in handling Python packages which require compiled code–such packages are especially prevalent in the scientific Python ecosystem.

Anaconda vs. Miniconda

There are two options for getting Conda: Anaconda and miniconda. Anaconda is a full distribution of Python, and comes with over 150 packages in the download; consequently, this download is over 3GB. Anaconda is good if you want to have many packages downloaded and available in one shot; this is especially useful if you know you’ll be working offline for awhile. Miniconda contains only Python and other libraries needed to run Conda itself; other packages will be downloaded and installed as requested."


Or, get community edition of PyCharm



No comments: