---
layout: page
title: "2020 Lectures"
permalink: /2020/
phony: true
excerpt: '' # work around a bug
---
{% assign lectures = site['2020'] | sort: 'date' %}
{% for lecture in lectures %}
{% if lecture.phony != true %}
-
{{ lecture.date | date: '%-m/%d' }}:
{% if lecture.ready %}
{{ lecture.title }}
{% elsif lecture.noclass %}
{{ lecture.title }} [no class]
{% else %}
{{ lecture.title }} [coming soon]
{% endif %}
{% if lecture.details %}
({{ lecture.details }})
{% endif %}
{% endif %}
{% endfor %}
Video recordings of the lectures are available on YouTube.
Previous year's lectures
You can find lecture notes and videos from last year's version of this class. Each year's lectures are fully self-contained, and we recommend following the most recent version of the material (i.e. the 2020 lectures). There is slight variation in the topics covered, so we continue to host notes and videos for earlier versions of this course.