ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

106,281 results

Coding Decoded
Python if-elif-else Explained | Multiple Conditions with Real Examples 🐍

Learn how to use if-elif-else in Python to handle multiple conditions and make decisions in your programs.

11:31
Python if-elif-else Explained | Multiple Conditions with Real Examples 🐍

16 views

13h ago

Toppers Education Centre
05. if, elif and else | Python Programming

Lecture 5 of 14 in Python Programming, from Toppers Education Centre. Week 3 Python 3, from a first script to classes, one ...

10:39
05. if, elif and else | Python Programming

1 view

16h ago

Nex Voss
Python If Else Explained in 10 Minutes | Lesson 4 Programming Foundation

Now we reach one of the most important concepts for Agentic AI. An AI agent does not just receive information, it needs to make ...

6:37
Python If Else Explained in 10 Minutes | Lesson 4 Programming Foundation

59 views

2d ago

Brain Gym Education Center
Python if elif else statements explained in 10 min!

Python if, elif and else Statements | CBSE Class 11 Computer Science (083) In this video, we learn about the **if, elif and else ...

11:10
Python if elif else statements explained in 10 min!

15 views

6d ago

VJAIMind
Decision Making in Python 🔥 | if, if-else, if-elif-else & Nested if | Python for Beginners

Learn Decision Making in Python from scratch! In this beginner-friendly video, you'll understand how Python makes ...

24:20
Decision Making in Python 🔥 | if, if-else, if-elif-else & Nested if | Python for Beginners

88 views

1d ago

PythonClassroom
Python if and else for beginners: make your code decide

Python if and else: how to make your program decide, in the browser with nothing to install. A two-line program prints You win ...

3:17
Python if and else for beginners: make your code decide

1 view

3d ago

LogicLab
Python Mastery #015 — if Statements Explained | Making Decisions in Python

Welcome to Python Mastery by LogicLab — Lecture 015. In this lecture, we begin Python decision-making and control flow with ...

11:19
Python Mastery #015 — if Statements Explained | Making Decisions in Python

8 views

1d ago

YBI Foundation
What If a Python while Condition Is Initially False? #python #pythoninterview

Want to explore more interview questions with concept notes? Start Interview Preparation: ...

1:57
What If a Python while Condition Is Initially False? #python #pythoninterview

2 views

16h ago

Build2Hire
Python If Statements Explained 🔥 | if, if-else, if-elif-else, Nested if & Practice | Session 3

Python Complete Course – Session 3 In this session, we learn Python conditional statements from basics with simple examples ...

28:51
Python If Statements Explained 🔥 | if, if-else, if-elif-else, Nested if & Practice | Session 3

121 views

5d ago

PythonClassroom
Python elif: more than two choices (and the two-if mistake)

Python elif: what to do when an if and an else aren't enough, in the browser with nothing to install. A grade program with one if ...

2:22
Python elif: more than two choices (and the two-if mistake)

1 view

3d ago

Rebuild ITX
Python Conditional Statements | if, else, elif & Nested if | Python for Beginners

Learn Python Conditional Statements in a simple and beginner-friendly way. In this video, we will learn: ✓ if statement ...

13:06
Python Conditional Statements | if, else, elif & Nested if | Python for Beginners

4 views

4d ago

Jacob Isah Programming Hub
if statement in python

if statement in python.

21:07
if statement in python

13 views

9h ago

techABD
Master if-else in Python in10 Minutes 🚀 | Conditional Statements for Beginners

Learn **Python Conditional Statements** with this beginner-friendly tutorial. In this video, you'll learn how to use **if, elif, and else ...

7:27
Master if-else in Python in10 Minutes 🚀 | Conditional Statements for Beginners

26 views

3d ago

Hello World Institute
python live coding ( if - else  problem  in python )

Welcome to our Live Coding Classes! On this channel, we provide FREE live classes for students who want to learn ...

1:01:32
python live coding ( if - else problem in python )

870 views

Streamed 13h ago

LogicLab
Python Mastery #017 — if / elif / else Explained | Multiple Decisions in Python

Welcome to Python Mastery by LogicLab — Lecture 017. In this lecture, we move beyond two-way decisions and learn how ...

9:09
Python Mastery #017 — if / elif / else Explained | Multiple Decisions in Python

22 views

1d ago

LogicLab
Python Mastery #016 — if / else Explained | Making Two-Way Decisions in Python

Welcome to Python Mastery by LogicLab — Lecture 016. In this lecture, we extend Python's if statement by introducing else and ...

8:44
Python Mastery #016 — if / else Explained | Making Two-Way Decisions in Python

25 views

1d ago

Coding Decoded
Python if-else Statement Explained | Conditions & Examples for Beginners 🐍

Learn how to use the if-else statement in Python to make decisions in your programs. In this beginner-friendly tutorial, you'll learn: ...

12:30
Python if-else Statement Explained | Conditions & Examples for Beginners 🐍

84 views

5d ago

Amro Zaqout
Teaching Python to Choose (if) | Python for Teens #9

Teaching a computer to make its first decision. This series is built for ages 12-18: short, simple, no-fluff lessons that take you from ...

0:33
Teaching Python to Choose (if) | Python for Teens #9

0 views

6d ago

PythonClassroom
Naming your values in Python — colour variables and an if/elif/else ladder

Two small changes, and both are about making a game easier to change later - a named colour, and a difficulty ramp built entirely ...

1:34
Naming your values in Python — colour variables and an if/elif/else ladder

1 view

2d ago

Rakhi Agrawal
If conditional statement in python | Day 8 | beginners tutorial
12:33
If conditional statement in python | Day 8 | beginners tutorial

32 views

6d ago

Bill Moseley, Ph.D. - Computer Science Educator
Python (Fall 2026) Module 5-7b: Reviewing if elif else

Python for Beginners, python for students, free python course. This video is part of a free and open set of complete course ...

4:35
Python (Fall 2026) Module 5-7b: Reviewing if elif else

13 views

2d ago

VPro Skills
Day-27 | Python Conditions Explained | if, elif, else & Logical Operators

Learn conditions in Python and understand how programs make decisions using if, elif, and else. Explore comparison operators ...

1:07:38
Day-27 | Python Conditions Explained | if, elif, else & Logical Operators

15 views

3d ago

Script Page
Master Python Conditional Statements If,Else, Nested If, Shorthand If, Logical Operators, Pass

Master Python conditional statements once and for all! In this complete guide, we break down everything you need to know about ...

12:41
Master Python Conditional Statements If,Else, Nested If, Shorthand If, Logical Operators, Pass

75 views

6d ago

ByteMaster Hub
Python from Scratch #5 | If, Elif, and Else Conditions in Python | For Beginners

Lesson #5 of the Python from Scratch course. Today, we'll explore conditions in Python: if, elif, and else. You'll learn how ...

7:29
Python from Scratch #5 | If, Elif, and Else Conditions in Python | For Beginners

75 views

4d ago

Walter's Closet
Make a Python Text Adventure in 15min (no Ai)

In today's episode of Walter's Closet, we create a basic Python text adventure game, and look at the mindset behind this glorious ...

14:03
Make a Python Text Adventure in 15min (no Ai)

409 views

2d ago

AKONCEPT HUB
If,elif and else|Python |by: MD KHURSHID
21:59
If,elif and else|Python |by: MD KHURSHID

2 views

5d ago

Code With Faizyab
Python Conditional Statements Explained #10 | if, elif, else & Ternary Operator

Python for Beginners – Video #10 | Conditional Statements in Python Welcome to Code with Faizyab! In this video, we continue ...

25:49
Python Conditional Statements Explained #10 | if, elif, else & Ternary Operator

28 views

6d ago

EduPark
10th Class New Book | IF-Elif Else in Python |

Class 10 Computer New Book 2025 ‍ Teacher: Ahtisham Khan In this video, Sir Ahtisham Khan Explains Class 10 Computer ...

10:25
10th Class New Book | IF-Elif Else in Python |

45,853 views

Streamed 8d ago

Dipesh Ki Pathshala
Python Day 12: Advanced Conditional Practice 🐍 | if, elif, else & Logical Operators

Python Day 10: Advanced Conditional Practice | if, elif, else & Logical Operators.

1:23:58
Python Day 12: Advanced Conditional Practice 🐍 | if, elif, else & Logical Operators

509 views

Streamed 6d ago

Academia MC -Aprendé programación de cero avanzado
Learn to use conditionals (if-else-elif) with Python - PROGRAMMING COURSE FROM SCRATCH

💥 Join the Membership and experience this transformation with guidance, community, and real-world practice: 👉 https://campus ...

16:14
Learn to use conditionals (if-else-elif) with Python - PROGRAMMING COURSE FROM SCRATCH

55 views

3d ago

Brain Gym Education Center
Python Nested if statements made easy!!

Nested if Statement in Python | CBSE Class 11 Computer Science (083) In this video, we learn about **Nested if Statements in ...

7:46
Python Nested if statements made easy!!

4 views

2d ago

Sujeet Chavhan
Python if-elif-else for Beginners — Logical Operators, Nested if + Login Program | Day 4 Full Class

Day 4 of the Python + AI Course (Batch 2) — the full class, free. Your program can talk, remember and calculate. Today it learns to ...

1:00:05
Python if-elif-else for Beginners — Logical Operators, Nested if + Login Program | Day 4 Full Class

14 views

4d ago

Python for Bioinformatics
Building a DNA Sequence Validator in Python | if-else & Boolean Logic | Python for Bioinformatics

In this video, we build our first mini-project in the Python for Bioinformatics series: a DNA Sequence Validator. We take the Python ...

18:11
Building a DNA Sequence Validator in Python | if-else & Boolean Logic | Python for Bioinformatics

54 views

5d ago

AKP's IoT Tech
If Else in Python with GEN AI : Raspberry Pi 5 Edition  | Python for Beginners Day 8

Join this channel to get access to perks: https://www.youtube.com/channel/UCOgl1UR-Gm8YFe42THLjgqQ/join 00:00 ...

8:06
If Else in Python with GEN AI : Raspberry Pi 5 Edition | Python for Beginners Day 8

906 views

6d ago

Lalith Chandan
Python Basics Day 6 🐍 | Type Conversion, Input, If-Else & Elif | Learn Python in 2 Minutes

In this 2-minute Python lesson, we learn some important Python basics: ✅ input() function ✅ Type Conversion ✅ int(), float ...

1:51
Python Basics Day 6 🐍 | Type Conversion, Input, If-Else & Elif | Learn Python in 2 Minutes

40 views

5d ago

Learn With Afraz
Lecture 19 Chapter 2 | Python If-Else Statement Programming Practice |  ICS Computer Part 1

In Lecture 19 of Chapter 2 – Python Programming, we will practice the if-else statement through simple programming examples.

23:08
Lecture 19 Chapter 2 | Python If-Else Statement Programming Practice | ICS Computer Part 1

7 views

1d ago

GUELZIM ibrahim | كلزيم إبراهيم
Exo_01_02 Python : input , If - else - elif

Salam alkum warahmatullah dans cette vidéo nous allons voir les exercices relatifs aux structures conditionnelles le if et le else ...

12:18
Exo_01_02 Python : input , If - else - elif

5 views

7h ago

IT learn & code hub
 Lec 6 :-Decision Control in Python | If, Elif & Else Explained with program
31:04
Lec 6 :-Decision Control in Python | If, Elif & Else Explained with program

26 views

4d ago

kerlo
Pillole di Python #4 - If, else e elif

Ben ritornati nel corso "Pillole di Python", il mio corso che vi permetterà di imparare a programmare in Python senza la necessità ...

6:54
Pillole di Python #4 - If, else e elif

14 views

3d ago

Wise Eshan
🐍 Python Rock Paper Scissors Game | Beginner Coding Tutorial 🎮 | Easy Python Game

Learn how to build a simple Rock Paper Scissors game in Python! In this beginner-friendly Python tutorial, we create a fun Rock ...

8:23
🐍 Python Rock Paper Scissors Game | Beginner Coding Tutorial 🎮 | Easy Python Game

546 views

5d ago

CloudxLab Official
Session 14 ML & Algorithm Design (Python - If-Else, Random Numbers) Sandeep Giri 19 Sept 2026

CloudxLab is an AI consulting and technology company building end-to-end solutions in enterprise Artificial Intelligence, Data ...

2:24:08
Session 14 ML & Algorithm Design (Python - If-Else, Random Numbers) Sandeep Giri 19 Sept 2026

375 views

3d ago

Arpana Chaturvedi
12.7 Quick Recap 2: Python Decision Making Loops | If Else, Nested If, For While Loop  Python Basics

Welcome to Quick Recap 2 – Decision Making and Looping Constructs in Python. In this video, we quickly revise the important ...

32:00
12.7 Quick Recap 2: Python Decision Making Loops | If Else, Nested If, For While Loop Python Basics

31 views

5d ago

Professor Mohsin Ali
if statement in Python | 10th Computer new book 2026 | Chap 4 Lec 2 | Easy Examples and syntax

Here is 100% SEO optimized, ready to copy-paste description for your video - New Book 2026: --- If Statement in Python ...

9:34
if statement in Python | 10th Computer new book 2026 | Chap 4 Lec 2 | Easy Examples and syntax

36 views

2d ago

Lý Tiểu Lâm
72 Hours Full Process 🔥 Giant Mutant Python Invades in the Farm | What Happens Next Is Terrifying!

lytieulam #harvesting #harvest #lythica #garden #farmlife #gotomarketsell #goestomarketsell #hunting #cobra #farm #snake 72 ...

1:36:32
72 Hours Full Process 🔥 Giant Mutant Python Invades in the Farm | What Happens Next Is Terrifying!

6,218 views

2d ago

ice.vishnu sir
Lecture 6 | O Level M3-R5 Python Programming | if-else Conditional Statement | Python in English

Lecture 6 | O Level M3-R5 Python Programming | If-else Conditional Statement | Python in Hindi In this video, we will explain ...

14:09
Lecture 6 | O Level M3-R5 Python Programming | if-else Conditional Statement | Python in English

63 views

4d ago

NMD Pvt Ltd
Python lecture 4 | if-else | NMD PVT LTD
56:21
Python lecture 4 | if-else | NMD PVT LTD

128 views

2d ago

Takeys
Python Conditional Statements in Marathi | if, if else, elif, Nested if & Match Case | #9

Takeys | Learning मराठी माध्यमातून "ज्ञान वाटलं की ते अधिक वाढतं!" Python Tutorial ...

47:32
Python Conditional Statements in Marathi | if, if else, elif, Nested if & Match Case | #9

4 views

6d ago

David Read
CS106 Classes 5 and 6 Podcast: Python Boolean Logic and If Statements

AI-generated podcast for the Fall 2026 CS106 Class 5 and 6 notes.

21:20
CS106 Classes 5 and 6 Podcast: Python Boolean Logic and If Statements

13 views

6d ago

@AYCodingHub
Python Conditional Statements | if, elif & else Explained | Python Tutorial #5 | AYCodingHub

🐍 Python Conditional Statements – Basic Concept | AYCodingHub In this video, we'll explain Python conditional statements step ...

14:28
Python Conditional Statements | if, elif & else Explained | Python Tutorial #5 | AYCodingHub

10 views

5d ago

Quanta
If Alligator Meat Is High In Protein, Why Don't We Eat Them

Alligator meat has nearly double the protein of chicken breast, almost no saturated fat, and is already farmed by the hundreds of ...

9:03
If Alligator Meat Is High In Protein, Why Don't We Eat Them

30,487 views

4d ago

Codevolution
What is Jev and How to Use it?

Learn what Jev by TypeSafe is, how it makes fast, structured AI decisions, and how to use it in your applications. In this video, I ...

22:12
What is Jev and How to Use it?

221,945 views

4d ago