TechEvolvace / miniconda-and-anaconda-for-python-guide

0 stars 0 forks source link

Miniconda and Anaconda for Python Guide

Overview

The Markdown Files in this repository will contain instructions on installing and setting up Miniconda and Anaconda Distribution to get started. These files will also contain cruicial information on how to use Miniconda and Anaconda Distribution in any project workflow that relies on Python and managing Python packages/libraries imported into the project.

About Conda, Miniconda, and Anaconda Distribution

Both Miniconda and Anaconda Distributions contains useful Python-based tools for machine learning and data science, and they both have Conda when installing them.

Conda is the package manager that allow developers to install, uninstall, and manage these Python-based tools for any Python-based project.

Miniconda is the lightweight version of Anaconda Distribution, where it comes with fewer Python-based tools when installed but also uses less memory space than Anaconda Distribution.

Structure of the Instructional Markdown Files for Miniconda and Anaconda Distribution

1) Installing Miniconda or Anaconda Distribution (only when you haven't installed them yet)