Skip to Main Content

Data Analysis: Python

Why Python?

Why Python?

Python is a popular open-source, general purpose programming language. Python is free to download and use.  There are many resources online for those learning Python.

Where to Find Python?

You can download Python for use on your own laptop. Python can also be installed by users on all computers in the Data & GIS Lab in Geisel Library and in some ETS labs.

For an interactive programming and data analysis experience, also download Jupyter Lab (formerly Notebook).

Trouble installing? The Carpentries organization has a detailed guide for installing a version of Python on Windows, Mac, and Linux.

Learn Python

Useful Python packages

One of the main benefits of Python is the vast array of pre-existing packages (also called libraries), written by other Python users and available for installation. You can find Python packages on PyPI, the Python Package Index. 

If using the conda distribution of Python, many libraries come pre-installed. This tutorial covers the steps needed to install additional packages.

Here are some resources for popular data analysis Python libraries: 

Featured Books