Search for tag: "math"

Incoming Engineering Student + Family Welcome Webinar- July 12th

Zoom Recording ID: 99041285791 UUID: Ui2NZiVxQOSqHmqs0NxVwg== Meeting Time: 2023-07-12 10:30:34pmGMT

From  William Streleckis 419 plays

CAM Colloquium - Doron Levy (4/16/21)

Zoom Recording ID: 95217932087 UUID: w7y13ESrTSuJr9gUterRUg== Meeting Time: 2021-04-16T19:15:58Z

From  Erika Fowler-Decatur 8 plays

Chair of the Math Department - Welcome Message

The Math Department Chair welcomes Class of 2025 students during Cornell Days.

From  Heather Peterson 17 plays

L1

Zoom Recording ID: 2690923470 UUID: 7LOXYYTtRD6ywchw/KdYVQ== Meeting Time: 2021-02-03T22:01:04Z

From  Ilya Amburg 24 plays

Zoom Dec. 10. Course Wrap-Up

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…

From  Hannah Lee 103 plays

Lesson 26.7 Convergent While-Loops

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…

From  Hannah Lee 68 plays

Lesson 23.7 Class Methods

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…

From  Hannah Lee 81 plays

Zoom Oct. 6. Memory in Python

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…

From  Hannah Lee 30 plays

Lesson 15.2 Complex Tuple Expressions

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.

From  Hannah Lee 62 plays

Lesson 12.4 Functions in Memory

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.

From  Hannah Lee 79 plays

Lesson 12.3 Modules in Memory

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.

From  Hannah Lee 81 plays

Lesson 7.2 Specification Format

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.

From  Hannah Lee 88 plays

Lesson 5.3 Function Modules

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.

From  Hannah Lee 112 plays

Lesson 4.3 Module Structure

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…

From  Hannah Lee 121 plays

Lesson 4.1 Modules

In this video we talk about what a module really is, and why it is so important for us to have them in this course. We show how to make our own modules and how to import them. In this video it will…

From  Hannah Lee 132 plays

Lesson 3.5 Advanced Import Statements (OPTIONAL)

This is a completely optional video for people who are interested in all of the different ways that you can import a module in Python. However, it is a tad advanced for a beginning programmer. If you…

From  Hannah Lee 95 plays