3. Anaconda Installation

Anaconda is a tool that installs Python together with the conda package manager and several related apps, tools, and packages. It’s one of the easiest ways to get Python installed on your system and ready to use for data work.

These instructions are written primarily for Windows, with Mac instructions in parentheses.

3.1. Visit the Anaconda website

It is at this URL: www.anaconda.com/distribution

It looks like this:

A screenshot of the Anaconda website at
www.anaconda.com/distribution

3.2. Choose your OS

Scroll down on that same website and click the Windows link to indicate that you want to download the installer for Windows.

A screenshot of the three OS options on the Anaconda website download
page: Windows, macOS, and Linux, with the Windows option
chosen

(Mac users obviously click the macOS link instead.)

3.3. Download the Installer

Click the download button for the Python 3.7 distribution of Anaconda, as shown on the left below.

A screenshot of the two Python versions available on the Anaconda
website download page, Python 3.7 and Python 2.7, with the Python 3.7
version highlighted

3.4. Run the Installer

Run the installer once it’s downloaded, probably by clicking the downloaded file in your browser’s list of downloaded files, usually at the bottom left of the window.

A screenshot of the item in the browser status bar showing the
downloaded installer file for the Anaconda
distribution

(For Mac users, this will be a .pkg file instead of an .exe.)

Accept all the default choices during installation. This may take up to 10 minutes.

A screenshot of the first screen in the Anaconda Windows installer,
welcoming the user to the installation
process

(For Mac users, the installer will look slightly different than the one above.)

After this, you may wish to install VS Code as well.