Getting started with Anaconda and Python on a Mac

How to download and install Anaconda on a Mac, set up an environment, 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... ⏱️ CHAPTERS ⏱️ 00:00 Introduction 00:18 Download and install Anaconda 01:16 Tour of Anaconda Navigator 02:00 Environments 04:03 Conda command line tool 04:44 Create environment with conda command 05:15 Install Python with conda 05:57 Switching environments 06:53 Create an run a Python script 07:50 Python scripts with outside dependencies 09:57 Finding packages