|
|
|
|
|
Zoom Recording ID: 99041285791
UUID: Ui2NZiVxQOSqHmqs0NxVwg==
Meeting Time: 2023-07-12 10:30:34pmGMT
|
|
Zoom Recording ID: 95217932087
UUID: w7y13ESrTSuJr9gUterRUg==
Meeting Time: 2021-04-16T19:15:58Z
|
|
The Math Department Chair welcomes Class of 2025 students during Cornell Days.
|
|
Zoom Recording ID: 2690923470
UUID: 7LOXYYTtRD6ywchw/KdYVQ==
Meeting Time: 2021-02-03T22:01:04Z
|
|
Given that pre-enroll is this weekend, we end the course with a discussion of where to go from here.This class will be the “advising lecture” that I traditionally give at the end of the…
|
|
In this video we show one of the most powerful while-loop techniques: computing to convergence. Convergence is a concept that most students learn in Calculus, and so we will use a little Calculus in…
|
|
Operator overloading is not the only important abstraction tool. In this video we introduce the concept of class methods, which are necessary to add new constructors to a class. These new…
|
|
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.The…
|
|
Tuples are very, very similar to strings. In this video we explore this similarity, showing that they support many of the same operations and methods.
|
|
We know what happens when we call a function. But as we show in this video, Python also does something very important when we define a function. It has to store the definition somewhere.
|
|
When we say that everything is an object, we include modules as well. In this video we show exactly what happens when you import a module.
|
|
Now that you know why specifications are so important, it is time to write them. We have a very specific format that we want for our specifications, which is detailed in this video.
|
|
In the previous video, we wrote a function definition in the interactive shell. In this video, we write it in a module. We show how this changes things when you call the function.
|
|
In this video we take a closer look at module files. We show what types of things we can put into a module file, and what their purpose is. In addition, after this video should have a better idea of…
|