Python in EES405

Introduction and setup for Python environment used in the course

Python Libraries for EES405

In this course, we'll use a number of Python libraries. Here's a list of those libraries, and the commands you need to install them via Anaconda:

conda install numpy matplotlib xarray cartopy netcdf4 pylab
                

Common Python Code for EES405

Here's a common piece of code that we'll be using throughout this course. You can copy it to use as a starting point for your own code: