Lesson Videos

This page contains all of the pre-recorded video lessons posted so far, with the most recent posting listed first. It is, for all intents and purposes, the textbook of this course. You are expected to keep up with these videos. Each lab and Zoom session will indicate the videos that we will have expected you to watch.

Note: These versions of the videos are not closed-captioned. If you need closed captioning support for these videos, please visit the official VOD channel for CS 1110.

15. Sequences

In this lesson we introduce two more sliceable data types: tuples and lists. They are similar to strings, except that they can contain data other than text.    Watch ›

8 videos totalling 41:34 minutes. slides demos

14. Error-Handling

Now that we can create errors, what can we do with them? In this lesson we introduce a new control structure for recovering from errors.    Watch ›

4 videos totalling 26:00 minutes. slides demos

13. Errors and Asserts

In this lesson we show how to use our understanding of Python memory to read error messages. We also show how to create our own error messages and why    Watch ›

6 videos totalling 41:54 minutes. slides demos

12. Python Memory

Now that we have objects, we have all of the tools to properly visualize what is going on when we execute Python. In this lesson we see how everything fits together.    Watch ›

7 videos totalling 40:52 minutes. slides demos

11. Objects

This video series introduces the notion of objects, a new type of data. It will also force us to revisit how we visualize Python.    Watch ›

8 videos totalling 38:35 minutes. slides demos