ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

482 results

Dan Kornas
Python Programming Fundamentals | Python Loops

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

20:23
Python Programming Fundamentals | Python Loops

615 views

1 year ago

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

J David Eisenberg
Chapter 5: Using a while to get input

Use a *while* loop to repeatedly get input in a program.

3:21
Chapter 5: Using a while to get input

312 views

6 years ago

J David Eisenberg
Chapter 7: Global Variables - Use with Caution!

Global variables may seem like an easy solution to a lot of problems, but they introduce serious problems of their own.

3:38
Chapter 7: Global Variables - Use with Caution!

107 views

4 years ago

J David Eisenberg
Chapter 8: The while loop in Python

This is a loop to use when you don't know in advance how many iterations you need.

9:58
Chapter 8: The while loop in Python

266 views

7 years ago

Smiansh
Flow Control In Python: From Basics to Nested Ifs in Three Minutes!

In this comprehensive tutorial, you will unlock the secrets of controlling program flow with Python conditions. Whether you're just ...

2:51
Flow Control In Python: From Basics to Nested Ifs in Three Minutes!

40 views

1 year ago

NERSC
05 Codee identification of defects in parallel code

So in order to control this, this is up to the programmer to decide which data structure is going to use to represent logical matrices.

10:28
05 Codee identification of defects in parallel code

50 views

3 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

408 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

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

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

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 4: The while loop

The for loop is useful when you know how many iterations your loop needs. When you don't know in advance how many iterations ...

3:13
Chapter 4: The while loop

16 views

4 years ago

J David Eisenberg
Chapter 18: Using Exceptions

Learn when to use -- and not to use -- exceptions.

4:14
Chapter 18: Using Exceptions

112 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

Craig Piercy
Python data type: dict

In this video, we will discuss the python data structure: dict. Hey everyone! Welcome back. In today's video, we're diving into one ...

5:32
Python data type: dict

21 views

7 months ago

Christian Drumm
Python for Beginners - Week 2 Unit 4 - Iterating using the for loop

This control structure in Python or in programming is called a loop. And in Python, we have two kinds of loops. There is a "for" loop ...

15:49
Python for Beginners - Week 2 Unit 4 - Iterating using the for loop

201 views

1 year ago

Programming threads
Python Override: Make Your Code *Better!*

Python Override Python override decorator was added in Python 3.12 to improve the code clarity mainly. If you are coming from a ...

0:50
Python Override: Make Your Code *Better!*

70 views

11 months ago

J David Eisenberg
Chapter 4: break and continue

The break statement lets you exit from a loop before the loop condition says it's complete. The continue statement lets you jump to ...

5:41
Chapter 4: break and continue

799 views

4 years ago