Anaconda vs Miniconda - which distri to choose?

Einfach Dinge, die nichts mit XAMPP, Apache Friends, Apache, MySQL, PHP und alle dem zu tun haben. Allerlei halt. ;)

Anaconda vs Miniconda - which distri to choose?

Postby unleash_it » 23. May 2021 23:59

hello and good day.

Anaconda vs Miniconda - which distri to choose?

have you ever wondered to which is the difference between Anaconda & Miniconda?
and if it is possible to choose Miniconda with let us say the most important packages for

Python
BS4
pandas
requests
time
csv
re

and thinks like that - and besides

vscode
jupyter notebook
jupyter-lab


well if so see some threads & articles that may be interesting here _


"Anaconda versus Miniconda - what are the differences"

https://stackoverflow.com/questions/454 ... -miniconda
In the Anaconda repository, there are two types of installers:

"Anaconda installers" and "Miniconda installers".

What are their differences?
Besides, for an installer file, Anaconda2-4.4.0.1-Linux-ppc64le.sh, what does 2-4.4.0.1 stand for?

answer: The difference is that miniconda is just shipping the repository management system. So when you install it there is just the management system without packages. Whereas with Anaconda, it is like a distribution with some built in packages.

Like with any Linux distribution, there are some releases which bundles lots of updates for the included packages. That is why there is a difference in version numbering. If you only decide to upgrade Anaconda, you are updating a whole system.
end of cit.


https://stackoverflow.com/questions/451 ... e-anaconda
- Update individual packages
- Updating just the packages in the standard Anaconda Distribution
- Why updating the Anaconda package is almost always a bad idea
- Leverage conda environments
- pip, PyPI, and setuptools?


What is conda-forge?
Conda-forge is a community effort that provides conda packages for a wide range of software.
https://conda-forge.org/docs/user/introduction.html


Miniconda vs Anaconda | The Similarities and Differences
https://linuxnetmag.com/miniconda-vs-anaconda/

Anaconda is bloated — Set up a lean, robust data science environment with Miniconda and Conda-Forge
https://medium.com/dunder-data/anaconda-is-bloated-set-up-a-lean-robust-data-science-environment-with-miniconda-and-conda-forge-b48e1ac11646


What is the difference between miniconda and miniforge?
https://stackoverflow.com/questions/605 ... -miniforge

---some words regarding Anaconda, Miniconda, and thingsd like env, pyenv and also Virtualenv.

did you use pip and virtualenv in the past, now you can replace this with the usage of conda
With that you are able to perform all of the same operations.

some comparisons and insights into all of these things:
- pip is a package manager,
- virtualenv is an environment manager; but - here the good thing:
- and conda is both.

You ever thought that conda is well known as a so called packaging tool and besides that as a installer.
With conda you can do a whole lot more: you can do a whole lot more than you might have done with pip.
conda is developed to do more: it can handle all the library dependencies outside of the Python packages

But wait: there is more: Conda can manage the Python packages themselves.
Conda also establishes a whole virtual environment, like virtualenv did in earlier times.

All you have to do now - dive into conda - and get a cheatsheet with the most important commands for conda.
then learn the conda commands - and get familiar with them.
Interessen: Bikes & steel frames: Linux & SBC https://www.allaboutcircuits.com :: die neuen Knowledge-Base: AFFiNE: There can be more than Notion and Miro. auf affine.pro :: WordPress Entwicklung - sic: make.wordpress.org/core/
User avatar
unleash_it
 
Posts: 776
Joined: 10. December 2011 18:32
Operating System: linux opensuse 12.1

Return to Allerlei

Who is online

Users browsing this forum: No registered users and 8 guests