Getting started with Anaconda and Python on Windows

Опубликовано: 04 Октябрь 2024
на канале: Susan B.
18,889
180

How to download and install Anaconda on Windows, set up an environment using Conda, and run a Python program. Includes a tour of the Anaconda Navigator, working with Conda command line to create and manage environments, and an example Python script that uses outside packages.

Preface video:
   • What is Anaconda for Python?  

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

=== LINKS ===
git bash
https://git-scm.com/downloads/win

Conda package repository
https://conda-forge.org

PIP package repository
https://pypi.org/project/pip

=== CHAPTERS ===
00:00 Introduction
00:12 Download & Install
01:50 Anaconda Navigator
02:35 Environments
03:42 Working in command line with Conda
05:00 Command line via Git Bash
08:13 Managing environments with Conda
09:30 Install Python via Conda
11:13 Create an run a Python script
12:38 Python script with external packages