From the course: Python Data Analysis (2020)
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Install Anaconda Python on Windows - Python Tutorial
From the course: Python Data Analysis (2020)
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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.