Miniconda / Conda for Python - Environment and Package Management

Опубликовано: 29 Сентябрь 2024
на канале: Susan B.
923
10

Conda is a command line tool geared towards Python developers that lets us manage environments and packages.

Conda is very similar to PIP, Python’s default package manager, but it differs on two key points:

1. Conda can be used to install packages from other languages, not just Python
2. Conda contains environment management functionality, while pip does not

Conda and pip are not mutually exclusive, and are often used in combination with one another, as is discussed in this video.

Notes: https://codewithsusan.com/notes/conda...


=== LINKS ===
Download Miniconda: https://docs.anaconda.com/free/miniconda
Conda packages: https://conda-forge.org
PIP packages: https://pypi.org/project/pip


=== RELATED VIDEOS ===
   • Getting started with Anaconda and Pyt...  
   • Git Bash - Simplest command line prog...  


=== CHAPTERS ===
00:00 Introduction
01:07 Download and install Miniconda
03:39 Windows install
05:42 Create an environment
06:51 Install Python and packages
09:10 Example program
10:40 Where to find Python packages
11:28 Environments recap