Lectures
Click on a lecture to see the summary of that day, together with optional reading or viewing. You can also download the slides and any demo code.
Because of recent changes in venue, we are not able record lectures in this course. You are expected to attend in order to learn the material. You may review the lesson videos recorded during COVID for supplemental instruction.
Lists (and Sequences)
![]() |
This lecture references Videos 15.1-15.7. Today we introduce another sliceable data type: lists. They are similar to strings, except that they can contain data other than text. More › |
September 29, 2022 | handout | slides | no demos |
Asserts and Error Handling
![]() |
This lecture references Lesson 13 and 14. In this lecture 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. More › |
September 27, 2022 | handout | slides | demos |
Memory in Python
![]() |
This lecture references Lesson 12. The last lecture pulled back the curtain on what really is happenind with memory in Python. Today we put everything back together. More › |
September 22, 2022 | handout | slides | demos |
Objects
![]() |
This lecture references Lesson 11. This lecture introduces the notion of objects, a new type of data. It will also force us to question what we know about Python. More › |
September 20, 2022 | handout | slides | demos |
Algorithm Design
![]() |
This lecture references Lesson 10. Your first assignment was very much do-this/do-that. Today we step back and see how we would design a complex program from the beginning. More › |
September 15, 2022 | handout | slides | demos |