ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

184,013 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) 🤔

311,647 views

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

107,162 views

4 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,503 views

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

367,553 views

7 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,456 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,554 views

2 years ago

People also watched

Códigos de Programación - MR
Curso de Python: 6. Sentencia IF-ELSE + 2 ejercicios

Únete a este canal con beneficios: https://www.youtube.com/CodigosdeProgramacion/join ☕️ Invítame un café o una cerveza: ...

20:42
Curso de Python: 6. Sentencia IF-ELSE + 2 ejercicios

8,166 views

3 years ago

Piogram
8. Sentencia Condicional | if else | if elif else | Programar desde cero en Python

Dale LIKE, COMPARTE Y SUSCRIBETE. Me estarías apoyando a seguir subiendo esta clase de contenido :) ------------REDES ...

13:16
8. Sentencia Condicional | if else | if elif else | Programar desde cero en Python

14,881 views

5 years ago

Sergio A. Castaño Giraldo
❤️ Condicionales en Python desde Cero [IF, ELIF, ELSE] # 009

Aprende a usar los CONDICIONALES en PYTHON. Sentencia if - else; Sentencia Elif y Lógica de Programación. Aprende a ...

22:30
❤️ Condicionales en Python desde Cero [IF, ELIF, ELSE] # 009

48,338 views

4 years ago

Commit That Line!
Functions in Python | What are they for and how are they used?

We'll learn how to create and use #functions in #Python and see why functions are a very important concept in programming ...

17:33
Functions in Python | What are they for and how are they used?

216,550 views

5 years ago

PythonSourceCodeORG
Python Control Flow: Mastering If, Elif, Else, For, and While Loops

Task: https://pythonsourcecode.org/?task=2 Take control of your Python programs with ease! Learn the ins and outs of if, elif, ...

7:47
Python Control Flow: Mastering If, Elif, Else, For, and While Loops

104 views

1 year ago

rodydx
Ejercicios Python #1 - Condicionales if, else y elif | Python desde cero

En este video empezamos a resolver ejercicios para entender los fundamentos de python, en este caso realizamos tres ejercicios ...

12:51
Ejercicios Python #1 - Condicionales if, else y elif | Python desde cero

16,542 views

3 years ago

Caleb Curry
Beginner Python Tutorial 45 - if elif else

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours) ...

5:04
Beginner Python Tutorial 45 - if elif else

15,438 views

5 years ago

Enrique Barros
Los BUCLES FOR y WHILE - con ejercicios resueltos y proyecto - PYTHON EN 100 DÍAS - Día 5

Like y suscríbete para más! Los BUCLES FOR y WHILE - con ejercicios resueltos y proyecto - PYTHON EN 100 DÍAS - Día 5 ...

48:05
Los BUCLES FOR y WHILE - con ejercicios resueltos y proyecto - PYTHON EN 100 DÍAS - Día 5

56,760 views

3 years ago

Piogram
9. Bucle For | Función range | Iteraciones | Programar desde cero en Python

Dale LIKE, COMPARTE Y SUSCRIBETE. Me estarías apoyando a seguir subiendo esta clase de contenido :) ------------REDES ...

11:51
9. Bucle For | Función range | Iteraciones | Programar desde cero en Python

150,449 views

5 years ago

un simple Dev
Aprendiendo Condiciones y Bucles en Python: If, Elif, Else, For y While 🚀🐍

Este video es tu guía completa para entender y aplicar estructuras condicionales y repetitivas. Desde los fundamentos de las ...

16:34
Aprendiendo Condiciones y Bucles en Python: If, Elif, Else, For y While 🚀🐍

3,606 views

3 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,972 views

8 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,525 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,960 views

5 years 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,066 views

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

309,683 views

3 months 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,900 views

3 years ago

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

859 views

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

775,612 views

8 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

265 views

5 months ago

Charly Cimino
ELIF in Python 🐍 To CHAIN ​​IF-ELSE blocks 😉

📄 Nesting 'IF-ELSE' conditionals within each other makes our code harder to read and maintain. Let's look at this syntax ...

5:31
ELIF in Python 🐍 To CHAIN ​​IF-ELSE blocks 😉

3,886 views

2 years ago

Joseph Delgadillo
Elif for Multiple Conditions | Learn to Code with Python #14

Get The Learn to Code Course Bundle! https://jtdigital.tech/product/learn-to-code-course-bundle/ Enroll directly on Udemy!

9:17
Elif for Multiple Conditions | Learn to Code with Python #14

986 views

6 years ago

Coding with BM
Python Elif kids tutorial | Tutorial 6 | BM coding for kids

Please consider liking and subscribing to stay updated on our latest content. Your support means a lot! Python tutorials full ...

2:56
Python Elif kids tutorial | Tutorial 6 | BM coding for kids

278 views

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

858 views

2 years ago