Course Goals & Other Resources
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:
- pip documentation
- More help on understanding the basics of pip
- Using pip with Colab (very short)
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!
- A nice tutorial from python.org (although sometimes they throw in some things that may be a bit out there for beginners).
- A good reference for python basics from w3schools. Generally w3schools is good to just get an idea about lots of languages! But overall the tutorials aren’t great.
- This is a nice website but a little hard to navigate. I find that searching in the box for something (say ‘lists’) tends to bring up a pretty good article.
- Geeks for geeks is pretty solid!
- numpy documentation
- pandas documentation
Use the table of contents on the left or the arrows at the bottom of this page to navigate to the next learning material!