Search for tag: "int"

Lesson 24.2 The isinstance Function

In this video, we show that we can solve the…

+19 More
From  Hannah Lee 73 plays

Lesson 24.1 Strict Typing

Whenever we have enforced preconditions, we have…

+19 More
From  Hannah Lee 67 plays

Lesson 23.5 Mixed-Type Operators

Operator overloading allows us to redefine the…

+19 More
From  Hannah Lee 77 plays

Lesson 16.2 For-Loop Design

In this video we show how to use for-loops in…

+19 More
From  Hannah Lee 98 plays

Lesson 15.2 Complex Tuple Expressions

Tuples are very, very similar to strings. In this…

+19 More
From  Hannah Lee 72 plays

Lesson 12.4 Functions in Memory

We know what happens when we call a function. But…

+19 More
From  Hannah Lee 85 plays

Lesson 12.1 Objects Everywhere

The biggest lie that we have told is that there…

+19 More
From  Hannah Lee 107 plays

Lesson 11.4 Object Representation

We have said that objects are essentially…

From  Hannah Lee 112 plays

Lesson 11.1 Objects and Classes

In this video we have to introduce some new…

+19 More
From  Hannah Lee 157 plays

Lesson 4.6 Interactive Scripts

Right now, we do not know a lot of Python…

+19 More
From  Hannah Lee 107 plays

Lesson 3.1 Built-In Functions

The easiest functions to use in Python are those…

+19 More
From  Hannah Lee 160 plays

Lesson 2.4 Dynamic Typing

If you have programmed before (and it is okay if…

+19 More
From  Hannah Lee 125 plays

Lesson 2.1 Notion of a Variable

Variables are tricky things because they are…

+19 More
From  Hannah Lee 146 plays

Lesson 1.7 Mixed Expressions

For the most part, operations are used to combine…

+19 More
From  Hannah Lee 182 plays

Lesson 1.3. Float Expressions

Integers are not the only number type in Python.…

+19 More
From  Hannah Lee 175 plays