From the course: Python: Programming Efficiently

Unlock the full course today

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

Install the Anaconda Python distribution on Windows

Install the Anaconda Python distribution on Windows - Python Tutorial

From the course: Python: Programming Efficiently

Start my 1-month free trial

Install the Anaconda Python distribution on Windows

- For this course, you need an up-to-date installation of Python three and a few third party packages including Jupiter, Numpy, Matplotlib and Pandas. Here's how you can install everything you need in Windows. The process is very similar in Mac OS 10 or Linux. If you already use Python on your machine and you know how to install extra packages, please do so. Here's the list of all that we will need. Otherwise, I suggest you follow me and install the free Anaconda Python distribution which includes most everything we need. To install Anaconda, we go to Anaconda.com, we find the download link at the top and the products where we choose the individual edition. We scroll down to the bottom and select the 64-bit Anaconda Graphical Installer, which is currently at version 3.8. Any later version will also work fine. Python two is no longer supported, So you should definitely be using version three which is mature, efficient, and…

Contents