Home Undergrad Graduate School Research Resume/CV Contact Tutorials

Tutorials

Getting Started with Python

In this tutorial we will go through the basics of getting started with Python. We will start by going through the installation and setup of Anaconda. Then we will learn about the basics of jupyter notebooks and write your first Python code. We will continue with some basics of python including variables, lists, functions, and loops. This tutorial is best for people who have never used python or coded in general. On the right you can also find other beginner level tutorials from excellent instructors!

Python for Data Analysis

For the second tutorial, we will follow up on the previous tutorial by learning about numpy and pandas for investigating a dataset and practicing useful pandas skills. We will also do some simple data visualization and modeling techniques, including histograms, box and whisker plots, and linear regression. This tutorial will set you up well for working with large excel sheets in pretty much any role.

Beginner Tutorials for Python