ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,285 results

Peter Schneider
Replacements for switch statement in Python?

Replacements for switch statement in Python? I hope you found a solution that worked for you :) The Content (except music ...

6:15
Replacements for switch statement in Python?

15 views

3 years ago

Gerald Senarclens de Grancy
Python 3 Tutorial - Basic Control Flow

In this video tutorial you will learn how to express decisions with your Python 3 code. The demonstrated examples show if-elif-else ...

8:37
Python 3 Tutorial - Basic Control Flow

863 views

11 years ago

Alex The Analyst
Intermediate SQL Tutorial | Case Statement | Use Cases

Take my Full MySQL Course Here: https://bit.ly/3tqOipr In today's Intermediate SQL lesson we walk through Case Statements.

7:26
Intermediate SQL Tutorial | Case Statement | Use Cases

326,078 views

5 years ago

Prabodh C P
Decision Making Using Switch Statement
11:48
Decision Making Using Switch Statement

119 views

9 years ago

WIT Solapur - Professional Learning Community
Introduction to Switch-case statements

Ms. P.H.Shah Assistant Professor Department of Electronics Engineering Walchand Institute of Technology,Solapur.

11:57
Introduction to Switch-case statements

573 views

6 years ago

ojamboshop
Python Switch Case Statement

Python uses match case pair instead of the switch case pair of other programming languages. Use switch case to specify many ...

8:58
Python Switch Case Statement

41 views

1 year ago

J David Eisenberg
Chapter 5: if statements

You use an if statement to make decisions about whether to take an action or not. You use an if/else statement to decide whether ...

6:18
Chapter 5: if statements

133 views

4 years ago

J David Eisenberg
Chapter 3: The switch statement

The switch statement lets you execute statements based on the value of a variable.

4:28
Chapter 3: The switch statement

258 views

6 years ago

VoidRealms
Python 3 - Episode 11 - Flow control with IF, ELSE and ELIF

In this video series we will cover Python 3. This video talk about basic flow control using IF statments along with ELSE and ELIF.

16:51
Python 3 - Episode 11 - Flow control with IF, ELSE and ELIF

1,070 views

5 years ago

Adam Gaweda, Dr. Sensei
Switch Statement
4:07
Switch Statement

103 views

10 years ago

Programming with Dr. Hayes
The Switch Statement | Equality Tests

Hello ladies and gentlemen in this video i'm going to introduce you to the switch statement which is a cleaner way of writing ...

19:35
The Switch Statement | Equality Tests

744 views

5 years ago

USM - Nurul Hashimah
The for loop

This video explains the for loop | Repetition Structure (Chapter 5 - Gaddis)

11:18
The for loop

62 views

5 years ago

Pointblanc Dev
CONTROL STRUCTURES - IF THEN STATEMENT

Learn how to control the way your code behaves. There are times you will need to test some variables over others and parse ...

14:50
CONTROL STRUCTURES - IF THEN STATEMENT

8 views

4 years ago

Ritesh Singh
Python Tutorial : Conditional Statements and Loops - Python for Scientific Computing

Python Tutorial on Conditions and Loops by IIT Bombay.

6:45
Python Tutorial : Conditional Statements and Loops - Python for Scientific Computing

1,181 views

14 years ago

Christopher Stevens
Introduction to Decision Structures in Programming

Are the fourth option the switch statement the switch statement allows a variable to be tested against a list of values each value is ...

15:39
Introduction to Decision Structures in Programming

68 views

1 year ago

Azhar
Pre Release Material - 2022 (Task 2)
7:26
Pre Release Material - 2022 (Task 2)

72 views

3 years ago

Распаковка курсов - разбор онлайн курсов
42 Improving our Code with Loops  Conditionals
6:40
42 Improving our Code with Loops Conditionals

0 views

2 years ago

Roel Van de Paar
Code Review: Temperature converter using "switch" statement (2 Solutions!!)

Code Review: Temperature converter using "switch" statement Helpful? Please support me on Patreon: ...

4:12
Code Review: Temperature converter using "switch" statement (2 Solutions!!)

18 views

3 years ago

J David Eisenberg
Chapter 5: Nested if statements

You can put an if inside an if block, or an if inside an else block. This video explains how it works.

4:55
Chapter 5: Nested if statements

265 views

4 years ago

J David Eisenberg
Chapter 5: Using braces in if statements

In this course, our style guidelines tell you to *always* use braces with if statements. This video explains the problems you could ...

6:30
Chapter 5: Using braces in if statements

144 views

4 years ago