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.
|
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 ›
|
|
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 ›
|
|
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 ›
|
|
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 ›
|
|
Your first assignment is very much do-this/do-that. In this video series we step back and see how we would design a complex program from the beginning.
Watch ›
|