Python for Data Science

Published

May 1, 2020

Download and Install Python

We need to download and install the latest version of python approved by your professor. (Python 3.11.7)

Note: [do not] install python from VS Code or the Microsoft Store or Anaconda Python.org is the only place you should install VS Code from (link below)

Install Python on Windows

Make sure to check the box that says Add Python to PATH before clicking Install Now. Sometimes it is phrased as Add Python to environment variables.

Continue to Install Python Libraries

Install Python Libraries

Back to top