ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

157,450 results

Bro Code
If statements in Python are easy (if, elif, else) 🤔

python #coding #programming Python if elif else control flow 00:00:00 if statements 00:01:27 else statements 00:02:19 elif ...

8:21
If statements in Python are easy (if, elif, else) 🤔

308,592 views

3 years ago

Khan Academy
if-elif-else | Intro to CS - Python | Khan Academy

How can we write conditionals with multiple branches of control flow? Trace the execution of chained conditionals to understand ...

4:46
if-elif-else | Intro to CS - Python | Khan Academy

5,377 views

1 year ago

BitBoss
Flow Control Structures in Python: if, else, elif, while, for, break, continue

You'll learn what flow control is and each of the if, else, elif, while, for, break, and continue statements with their ...

10:28
Flow Control Structures in Python: if, else, elif, while, for, break, continue

106,326 views

4 years ago

ProgramaciĂłn ATS
18. Python Programming | Conditionals | If-elif-else Structure

In this video, we begin a new chapter, and now it's the turn of conditionals. We'll look at their concept and how to use if ...

11:41
18. Python Programming | Conditionals | If-elif-else Structure

384,168 views

7 years ago

Programming with Mosh
Control Flow in Python - If Elif Else Statements

Learn how to use if elif else statements in Python to control the flow of your programs. Subscribe for more videos like this: ...

16:08
Control Flow in Python - If Elif Else Statements

366,765 views

7 years ago

Neso Academy
The if-elif-else Statement in Python

Python Programming: The if-elif-else Statement in Python Topics discussed: 1. Introduction to if-elif-else Statement. 2. WAP to test ...

12:46
The if-elif-else Statement in Python

64,282 views

2 years ago

NetworkChuck
if if if if if....elif

This video was originally sponsored by ITProTV. We've since launched NetworkChuck Academy, our own place to learn IT: ...

17:56
if if if if if....elif

386,237 views

3 years ago

ArjanCodes
I Hate Long If-Elif Chains: This Design Pattern Solved It Once and For All

Learn how to design great software in 7 steps: https://arjan.codes/designguide. If your code is littered with endless if-elif chains ...

15:24
I Hate Long If-Elif Chains: This Design Pattern Solved It Once and For All

304,865 views

2 months ago

Commit That Line!
Python's if-elif-else conditionals in 15 minutes

In this video, we'll see how to use one of the main structures in programming: conditionals. With them, we can make decisions ...

16:45
Python's if-elif-else conditionals in 15 minutes

33,853 views

5 years ago

UskoKruM2010
IF, ELSE, ELIF Conditional Structure in Python | Python 3 Course 🐍 #13

Learn to use IF, ELSE, and ELIF conditional structures in Python to evaluate conditions. #Pythontutorial #Pythoncourse ...

5:22
IF, ELSE, ELIF Conditional Structure in Python | Python 3 Course 🐍 #13

37,930 views

8 years ago

Diana Thompson
Python - Using if vs elif
2:28
Python - Using if vs elif

858 views

6 years ago

PrograLabs
If, Else, and Elif in Python – Explained Step by Step

Did you know that with just one line of Python code you can make smart decisions? In this tutorial, you'll learn how to use ...

5:37
If, Else, and Elif in Python – Explained Step by Step

258 views

4 months ago

CĂłdigo Espinoza - Automatiza tu Vida
When to Use `elif` in Python? Differences from `if` Explained in 1 Minute

Confused about when to use `elif` versus `if` in Python? In this video, I'll show you the difference quickly and easily in ...

0:54
When to Use `elif` in Python? Differences from `if` Explained in 1 Minute

7,053 views

1 year ago

Corey Schafer
Python Tutorial for Beginners 6: Conditionals and Booleans - If, Else, and Elif Statements

In this Python Beginner Tutorial, we will begin learning about if, elif, and else conditionals in Python. We will also be learning ...

16:28
Python Tutorial for Beginners 6: Conditionals and Booleans - If, Else, and Elif Statements

774,043 views

8 years ago

Learn Technology
elif statement in Python | #python #interview #elif #elseif #conditions

Explain the use of the LF statement in Python the LF statement is used to check multiple conditions after the initial if statement it is ...

0:11
elif statement in Python | #python #interview #elif #elseif #conditions

22,968 views

1 year ago

Data with Baraa
Python If Elif Else Statements (Visually Explained) | #Python Course 15

Visually explained how if, elif, and else statements work in Python to build clear and logical decision-making code. If you want ...

51:47
Python If Elif Else Statements (Visually Explained) | #Python Course 15

16,154 views

5 months ago

letslearn
Else and Elif in Python

Discover how to use else and elif to add more conditions to your if statements in Python. We'll provide clear examples to help you ...

0:48
Else and Elif in Python

127 views

1 year ago

jaicompris Maths
python course • if elif else • condition • programming • tutorial • high school

http://jaicompris.com/python/python-if.php - Learn how to program in Python: if .... elif .... else - Learn how to write a ...

11:16
python course • if elif else • condition • programming • tutorial • high school

145,486 views

6 years ago

Telusko
elif in Python | 22

In this video, we'll learn about the ⁠ elif ⁠ statement in Python and how it helps make our conditional logic more efficient and ...

6:45
elif in Python | 22

3,528 views

2 months ago

Kylie Ying
Conditionals: if, elif, else statements | Python for Beginners Lesson 5 | Code with Kylie

The first 1000 people to use the link will get a 1 month free trial of Skillshare: https://skl.sh/kylieying01231 In this video, we discuss ...

23:33
Conditionals: if, elif, else statements | Python for Beginners Lesson 5 | Code with Kylie

8,314 views

2 years ago

CĂłdigo Espinoza - Automatiza tu Vida
ÂżCuĂĄndo DeberĂ­as Usar 'Elif' en lugar de 'If' en Python?

Alguna vez te has topado con la disyuntiva de cuåndo usar 'elif' o 'if' en Python? Es una pregunta que la mayoría de los ...

0:58
ÂżCuĂĄndo DeberĂ­as Usar 'Elif' en lugar de 'If' en Python?

854 views

2 years ago

TuTechGuy
Odio los IF-ELIF infinitos. Te traigo la soluciĂłn elegante.

python #cleanCode #backend #arquitectura #programacion #desarrolloweb #softwareengineering Finanzas personales: ...

0:59
Odio los IF-ELIF infinitos. Te traigo la soluciĂłn elegante.

7,521 views

2 months ago

Telusko
#19 Python Tutorial for Beginners | If Elif Else Statement in Python

Check out our courses: Java Spring Boot AI Live Course: https://go.telusko.com/JavaSpringBootAI Coupon: TELUSKO20 (20% ...

15:38
#19 Python Tutorial for Beginners | If Elif Else Statement in Python

1,487,201 views

7 years ago

TechWithCode
elif  statement  in python | python programming | using mobile ide| v.18 | #shorts

elif statement in python | python programming | using mobile ide| v.18 | #shorts decision making statement in python with example ...

0:42
elif statement in python | python programming | using mobile ide| v.18 | #shorts

278 views

4 years ago

sentdex
Python 3 Programming Tutorial: If Elif Else

Now we bring the in "elif" statement. The elif allows us to tie multiple if statements together as we might have intended to before ...

4:19
Python 3 Programming Tutorial: If Elif Else

318,724 views

11 years ago