Tutorials

Installing Python using Conda

This page is the first post in a series of introductory python tutorials:
1. Installing Python using Conda - this tutorial
2. Getting started with Jupyter
3. Using Python packages
4. Working with data
5. Making figures in Python


Continue reading

Getting started with Jupyter

This page is the second post in a series of introductory python tutorials:
1. Installing Python using Conda
2. Getting started with Jupyter - this tutorial
3. Using Python packages
4. Working with data
5. Making figures in Python


Continue reading

Working with Python packages

This page is the third post in a series of introductory python tutorials:
1. Installing Python using Conda
2. Getting started with Jupyter
3. Using Python packages - this tutorial
4. Working with data
5. Making figures in Python


Continue reading

Installing Git and a Shell

git and github git is a system used for version control and collaboration. You should have a github account and ensure that git is installed on your computer. Bash shell and git software version control The bash shell provides a programming environment that is often used to manipulate files, install programs, and basic data analysis. The git version control system (along with the github website) are widely used for sharing codes and collaborative development of software.

Continue reading

Making figures in Python

This page is the fifth post in a series of introductory python tutorials:
1. Installing Python using Conda
2. Getting started with Jupyter
3. Using Python packages
4. Working with data
5. Making figures in Python - this tutorial


Continue reading

Working with data

This page is the fourth post in a series of introductory python tutorials:
1. Installing Python using Conda
2. Getting started with Jupyter
3. Using Python packages
4. Working with data - this tutorial
5. Making figures in Python


Continue reading