Zoom Presentations

This page contains the link to all of the Zoom presentations, which are held during lecture time, 10:20-11:15 on Tuesday/Thursday. As the Zoom link is subject to change, you should always check the the page for the appropriate day to get the correct link. In addition, once a Zoom session is complete, the video will be available on this page for viewing.

Both the Zoom session and the session recording are restricted to a valid Cornell netid login. However, slides and demo code may be downloaded without a Cornell netid.

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.

Oct. 6. Memory in Python

Memory in Python

This presentation references Lesson 12.

In this session we take a closer look at the three memory areas of Python. This will help us understand what the Python Tutor is showing when we write more complex programs in the future.    Attend ›

October 6, 2020 slides no demos

Oct. 1. Objects

Objects

This presentation references Lesson 11.

In this session we use the Python visualizer to help us better understand objects, a new type of data. For many students this is the first big difficulty jump in this course.    Attend ›

October 1, 2020 slides no demos

Sep. 29. Algorithm Design

Algorithm Design

This presentation references Lesson 10.

In this session we do a deep dive in how we might design a series of functions to acomplish a single task.    Attend ›

September 29, 2020 slides demos

Sep. 24. Conditionals

Conditionals

This presentation references Lesson 9.

In this session we review conditionals, focusing on how we visualize them. This will be important for the second assignemnt.    Attend ›

September 24, 2020 slides demos

Sep. 22. Specifications and Testing

Specifications and Testing

This presentation references Lessons 7 and 8.

Both specifications and testing are critical for the first assignment. But many students struggle with them because they are so “fuzzy”.    Attend ›

September 22, 2020 slides demos