Software

Anaconda Individual

To install Python, you will need to install and play with Anaconda Individual Edition. It is a popular data science platform that consists of almost all the packages you will ever need in Python and R. Find the download link for your system from here. You must download the Python 3.x version.

Visual Studio Code

Visual Studio Code is a very charming and easy to use code editor. With the powerful Python extension, you can leverage it as a full-blown integrated development environment (IDE). Download it here and follow the instructions on homework 1.

Previous