Data Analysis with Python

This class (ERS 420) covers the use of python to read, manipulate, plot, data; and the creation of simple models …

This class (ERS 420) covers the use of python to read, manipulate, plot, data; and the creation of simple models to aid in the interpretation of environmental processes. Basic python is covered over the first half of the class, and libraries (numpy, pandas, matplotlib, seaborn, scipy) useful to scientific analysis are introduced in the second half of the class. To provise an overview of this class, please read through my old class syllabus.

Links to the slideshows I created are listed below. There are references to other materials in the slideshows (e.g. lectures) that are not provided here.

Introduction to Python tools

IPython basics

python if statements with digression describing string formatting

python exceptions