Miniconda gives you the Python interpreter itself, along with a command-line tool called conda which operates as a cross-platform package manager geared toward Python packages, similar in spirit to the apt or yum tools that Linux users might be familiar with.
Anaconda includes both Python and conda, and additionally bundles a suite of other pre-installed packages geared toward scientific computing. Because of the size of this bundle, expect the installation to consume several gigabytes of disk space.
(Source: Python Data Science Handbook by Jake VanderPlas)
Indeed, there are neither functional difference nor any technical advantage between these two. However, Miniconda suits you if you prefer to install any package every time you need it, instead of preoccupying the memory of your system.
Miniconda gives you the Python interpreter itself, along with a command-line tool called conda which operates as a cross-platform package manager geared toward Python packages, similar in spirit to the apt or yum tools that Linux users might be familiar with.
Anaconda includes both Python and conda, and additionally bundles a suite of other pre-installed packages geared toward scientific computing. Because of the size of this bundle, expect the installation to consume several gigabytes of disk space.
(Source: Python Data Science Handbook by Jake VanderPlas)
Indeed, there are neither functional difference nor any technical advantage between these two. However, Miniconda suits you if you prefer to install any package every time you need it, instead of preoccupying the memory of your system.