Lesson Videos

This page contains all of the pre-recorded video lessons that were created for the remote semester of Fall 2020. These were incredibly popular and so we are including them again this year (though there are a few differences in content).

In many cases, these videos will go into even more detail than how we covered the material in class (though you are never responsible for material not covered in class). These videos are, for all intents and purposes, the textbook of this course. Each lab and lecture will indicate the videos that are associated with that class day.

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.

30. Searching and Sorting

Searching and sorting are two topics that are fundamental to computer science. In this video series we explore just a few examples of sorting algorithms.    Watch ›

8 videos totalling 1:04 hours slides demos

29. Coroutines

Coroutines are another topic that we have only introduced recently. We will use them to implement professional looking animations in the final assignment.    Watch ›

8 videos totalling 1:03 hours slides demos

28. Generators

Generators are a fairly new topic that we introduced last year during the pandemic. They are a way to speed up for-loop computations.    Watch ›

9 videos totalling 1:06 hours slides demos

27. GUI Applications

Now that we understand both loops and classes, we can make complex graphical applications. This will be the focus of the final assignment in the course.    Watch ›

10 videos totalling 1:15 hours slides demos

26. While Loops

In this series we introduce while-loops, which are an alternate form of iteration. This is the last true control-structure introduced in this course.    Watch ›

8 videos totalling 57:39 minutes. slides demos