ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

39 results

J David Eisenberg
Chapter 4: Using a Boolean to control an input loop

In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...

3:38
Chapter 4: Using a Boolean to control an input loop

387 views

4 years ago

Programming threads
Python's WEIRD For-Else Loop (And Why It Exists)

Python for else loop explained! Learn how the for-else statement works with break statements in Python. This controversial Python ...

2:10
Python's WEIRD For-Else Loop (And Why It Exists)

1,119 views

1 year ago

J David Eisenberg
Chapter 5: The while loop

Introduction to loops, with the *while* loop, which continues as long as a condition is true.

3:23
Chapter 5: The while loop

361 views

6 years ago

Programming threads
The Weirdest Python Construct You’ve Never Used

Key notions to remember: *while else construct* *break statement in while loops* #pythonlearning, #controlstructures.

0:51
The Weirdest Python Construct You’ve Never Used

566 views

1 year ago

Programming threads
Python vs. JavaScript: The Switch Case Showdown

... *control statements* *dictionaries* *switch statement* *match statement* *case labels* #controlstructures , #pythondictionary.

2:24
Python vs. JavaScript: The Switch Case Showdown

159 views

1 year ago

J David Eisenberg
Chapter 6: Using booleans to control a while loop:

You can use booleans in the condition of a while loop. This will avoid duplicate code in a loop that asks for user input.

3:13
Chapter 6: Using booleans to control a while loop:

246 views

4 years ago

J David Eisenberg
Chapter 5: Nested if statements

Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.

3:10
Chapter 5: Nested if statements

109 views

4 years ago

J David Eisenberg
Chapter 5: The do/while loop

The do/while loop is guaranteed to execute the loop body at least once.

2:02
Chapter 5: The do/while loop

298 views

6 years ago

J David Eisenberg
Chapter 8: Passing Data Structures to Functions

Let's take the program from the preceding video and add a function that displays the information in a food structure. We'll call this ...

3:28
Chapter 8: Passing Data Structures to Functions

221 views

4 years ago

J David Eisenberg
Chapter 5: if/else-if chains (part 2)

This video explains the difference between writing an if/else-if chain and separate if statements.

3:23
Chapter 5: if/else-if chains (part 2)

77 views

4 years ago

J David Eisenberg
Chapter 6: Iterating through an Array
1:34
Chapter 6: Iterating through an Array

265 views

4 years ago

J David Eisenberg
Chapter 4: Using loops for user input

A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.

3:26
Chapter 4: Using loops for user input

206 views

4 years ago

J David Eisenberg
Chapter 4: Relational Operators
2:05
Chapter 4: Relational Operators

212 views

4 years ago

J David Eisenberg
Chapter 4: A variant of the "for" loop

You can do multiple initializations and iteration actions within a for loop. Here's how it works.

2:18
Chapter 4: A variant of the "for" loop

331 views

4 years ago

J David Eisenberg
Chapter 11: Polymorphism and Casting

Find out the limits of using casting when working with polymorphism.

2:32
Chapter 11: Polymorphism and Casting

276 views

5 years ago

J David Eisenberg
Chapter 7: Passing and Returning Arrays

How to pass arrays to methods and return arrays as results.

3:17
Chapter 7: Passing and Returning Arrays

296 views

6 years ago

J David Eisenberg
Chapter 2: Naming Variables

Guidelines for giving your variables meaningful names.

2:34
Chapter 2: Naming Variables

727 views

6 years ago

J David Eisenberg
Chapter 10: Pointers (part 1)

Find out how scanf() works its magic of changing arguments, and how you can use pointers to do the same.

3:14
Chapter 10: Pointers (part 1)

195 views

4 years ago

J David Eisenberg
Planning the “Reverse an Array in Place” program

Here are two approaches to solving the problem. (I'm not entirely happy with this video; the script just didn't seem to “click” for me, ...

2:29
Planning the “Reverse an Array in Place” program

420 views

3 years ago

The Other School
How Does AI Change The Way We Work?

The importance of algorithms and artificial intelligence in our work life is increasing. But how do algorithms change the way we ...

3:36
How Does AI Change The Way We Work?

1,669 views

4 years ago