From the course: Python Data Analysis

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Install Anaconda Python on Windows

Install Anaconda Python on Windows - Python Tutorial

From the course: Python Data Analysis

Start my 1-month free trial

Install Anaconda Python on Windows

- [Narrator] For this course, we need an up to date installation of python three. And a few third party packages. Including jupyter notebook, numpy, pandas, and matplotlib. In this video, I show you how to install everything you need on Windows. However, you can also experiment with Python in the cloud from your web browser. I explain how to do so at the end of this chapter. If you are already using Python on your machine and you know how to install extra packages, you are free to do so. Otherwise, I suggest you follow me and install the free Anaconda Python distribution. Which includes everything that we need. To install, we go to the anaconda.com website, we find a download link on the top. Verify that we have the right platform. And then download the 64 bit graphical installer. This is currently at version 3.7, but any later version will also work fine. Once the download has completed, we click on installer and…

Contents