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.
|
In this video series we introduce the concept of testing as a formal process. This concept forms the basis of software engineering.
Watch ›
|
|
Do we really need a series of videos about comments? Yes we do! As we see in this video series, proper documentation is even more important than code.
Watch ›
|
|
In this series of videos we introduce how to process text in Python. These techniques will be used in the first assignment.
Watch ›
|
|
In this series of videos, we show how to create our own function definitions. This will be one of the fundamental concepts for this course.
Watch ›
|
|
In this series of videos, we show how to save our work into .py files called modules. This will require that we install a second program: a code editor.
Watch ›
|