ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

136 results

YuriODev
Session 07: CONTROL FLOW IN PYTHON | If-else, if-elif-else, ternary operator

Session 07: Control FLOW in Python: If-else, if-elif-else, ternary operator Welcome to the 7th session of our GCSE Computer ...

41:01
Session 07: CONTROL FLOW IN PYTHON | If-else, if-elif-else, ternary operator

2,410 views

1 year 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

Dan Kornas
Python Programming Fundamentals | Python Conditionals

Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...

11:53
Python Programming Fundamentals | Python Conditionals

409 views

1 year 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

Programming threads
Python vs. JavaScript: The Switch Case Showdown

In this video we are going to describe the switch case statement in Python versus the Javascript implementation. We are going to ...

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

159 views

1 year ago

J David Eisenberg
Chapter 5: break and continue

The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop.

4:21
Chapter 5: break and continue

248 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

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 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

J David Eisenberg
Chapter 16: Classes and Objects

Constructing an object with attributes and methods; conversion to string with __str__, learning about “self”.

13:04
Chapter 16: Classes and Objects

248 views

7 years 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: 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 4: Relational Operators
2:05
Chapter 4: Relational Operators

212 views

4 years ago

J David Eisenberg
Chapter 8: Data Structures

What you'd like to do is collect these separate variables into a single data structure. The way you do that in C is to start with the ...

4:10
Chapter 8: Data Structures

242 views

4 years ago

J David Eisenberg
Chapter 8: Complex Structures

You can build arrays of structures, or use arrays as structure members; you can even have structures that contain other structures ...

5:00
Chapter 8: Complex Structures

179 views

4 years ago

Brian Lavender
Nested Decision Structure

Describes nested decision structures and the use of compound boolean statements. Multiple approaches to solving a sales ...

6:48
Nested Decision Structure

744 views

9 years ago

J David Eisenberg
Chapter 1: Program Structure and Types of Errors

This is a mini-lecture to accompany Chapter 1 in the book: “How to Think Like a Computer Scientist” at ...

4:45
Chapter 1: Program Structure and Types of Errors

881 views

7 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 6: Iterating through an Array

[typing printf() statement; no audio] Let's build it... and run it... and that's our average score. Other languages have shortcuts for ...

1:34
Chapter 6: Iterating through an Array

265 views

4 years ago

J David Eisenberg
Chapter 3: Multi-way if/else statements

Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.

4:48
Chapter 3: Multi-way if/else statements

2,016 views

6 years ago