What is Anaconda?
A open-source distribution of Python that simplifies package management. It comes with applications such as Jupyter Notebook, the Conda environment manager, and Pip for package installation and management.
Anaconda also comes with hundreds of Python packages such as matplotlib, NumPy, and scikit-learn.
It eliminates the need to …