Course Goals & Other Resources

Published

2025-03-31

The video below discusses the course goals.

I highly recommend watching the video using the ‘full’ Panopto player. There is a ‘pop out’ button in the bottom right of the video to enter this viewer.

Notes

Additional Readings for Topic 1

PIP Information (Optional)

We use Pip to install our modules when needed (although most of the ones we need are already available to us on Google Colab). Here is more information about pip:

JupyterLab Info (Optional)

There are a lot of options for the IDE to use.  We’ll use JupyterLab as our programming environment for the course. We’ll start out in Colab, which is built on JupyterLab. JupyterLab Notebooks are replacing the traditional Jupyter Notebook. They really just give a bit more functionality than the traditional notebook!

  • JupyterLab getting started guide
  • Note that these notebooks can be used with an R kernel (that is, you can use them to run R code!)
  • Markdown guide

Python Help (Optional)

We’ll continue to learn python throughout the first couple of topics. You may want more detail or another explanation of concepts. The best place to learn about particular objects, functions, or methods is in the official documentation but that can be difficult to read when you are first starting out. Below are a number of tutorials that may be helpful!

Use the table of contents on the left or the arrows at the bottom of this page to navigate to the next learning material!