ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,872,024 results

Python Programmer
If you're struggling to learn to code, you must watch this

Here's the article by Jeannette Wing: http://www.cs.cmu.edu/afs/cs/usr/wing/www/publications/Wing06.pdf Link doesn't work for all ...

2:21
If you're struggling to learn to code, you must watch this

328,796 views

3 years ago

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

859 views

6 years ago

PitoneProgrammatore
Python IF ELSE - Guida Completa in Italiano [ITA 2019]

Tutti i concetti fondamentali sulla dichiarazione If Else Python. DRITTI AL PUNTO, niente chiacchiere e introduzioni! Con esempi ...

3:21
Python IF ELSE - Guida Completa in Italiano [ITA 2019]

8,154 views

6 years ago

b001
Add THIS To Your Python Scripts!  if __name__ == "__main__"

Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...

3:28
Add THIS To Your Python Scripts! if __name__ == "__main__"

203,153 views

3 years ago

sentdex
Python 3 Programming Tutorial: If Else

The If-Else statement is designed to build on the if statement's logic. Here, we ask if something is the case, and, if it is we do ...

3:20
Python 3 Programming Tutorial: If Else

272,479 views

11 years ago

Red Eyed Coder Club
Why You Must Use Python if main, if name == main?

Why You Must Use Python if main or if name == main block? This Python tutorial is about Python main function, how to use the if ...

1:01
Why You Must Use Python if main, if name == main?

1,620 views

4 years ago

Python Morsels
if statements in Python

You can use Python's "if", "elif", and "else" blocks to run code only when specific conditions are met. https://pym.dev/if-statements/ ...

1:52
if statements in Python

400 views

2 years ago

Vlasbot
Condicionales if encadenados o anidados en Python

Algunas veces hay más de dos posibilidades, de modo que necesitamos más de dos ramas. Una forma de expresar una ...

3:15
Condicionales if encadenados o anidados en Python

965 views

4 years ago

DataCamp
Intermediate Python: if, elif, else

Check out the course here: https://www.datacamp.com/courses/intermediate-python.

3:33
Intermediate Python: if, elif, else

10,916 views

5 years ago

Marco Vega Gallardo
#16 - Práctica con IF con FOR | Iteradores y condición | Curso de Python

Hoy aremos una práctica usando los dos últimos temas aprendidos, condicionales (if) y iteradores (for). #cursopython #python ...

3:11
#16 - Práctica con IF con FOR | Iteradores y condición | Curso de Python

244 views

3 years ago

Hack Sphere X
If Condition in Python | Python Basics - 14

Welcome to Class 8 of our Python Basics Module! In this session, you'll master the powerful if condition in Python — a key tool for ...

3:54
If Condition in Python | Python Basics - 14

28 views

8 months ago

Brian “Professor C” Candido
Python if conditional statements Certification Exam

Python if conditional statements Certification Exam.

2:33
Python if conditional statements Certification Exam

437 views

7 years ago

FujinCode
Python If Statement: What is it and how does it work?

So, you wanna make your code make decisions? You gotta know about the `if` statement, my friend! This little block of code only ...

1:46
Python If Statement: What is it and how does it work?

27 views

2 years ago

Stonelaw Computing Science
Complex If Statements - National 5 Programming (Python)

Using an if statement to perform more than one check.

2:56
Complex If Statements - National 5 Programming (Python)

140 views

9 years ago

Appficial
Python Multi-Branch Statement Example - if-else-if - APPFICIAL

An if-else-if is commonly used to detect a value within a range. It's like an if-else statement, but with conditions after the else's.

2:57
Python Multi-Branch Statement Example - if-else-if - APPFICIAL

3,143 views

4 years ago

The PySociety
Less Than 2 Minutes - If, Elif, Else (Beginner Python) Ep. 5

In this episode of Less Than 2 Minutes we explain the concept of if, elif, else in Python. If you find this video helpful subscribe to ...

1:45
Less Than 2 Minutes - If, Elif, Else (Beginner Python) Ep. 5

9 views

3 years ago

mals marola
Monty Python - If I Were Not In the CID

song from the Court Room sketch from season 1 ep. 3 "if I were not in the CID something else I'd like to be if I were not in the CID a ...

1:11
Monty Python - If I Were Not In the CID

42,060 views

15 years ago

Mectoys TV
Que significa la condición if __name == '__main__' en PYTHON ?

En esta oportunidad voy a explicar una de las condiciones en PYTHON que es muy utilizada y para aquellos que están iniciando ...

3:59
Que significa la condición if __name == '__main__' en PYTHON ?

1,703 views

2 years ago

ModernPython
How to check if a Python string is a number - float or int

Try except block is the most Pythonic way to do this. We go through some alternatives and why they don't do everything you want.

2:14
How to check if a Python string is a number - float or int

796 views

3 years ago

Being Engineers
Python | Tutorial 4 | Conditional loops [ if-else, for, while ]

In this tutorial, we covered the conditional loops i.e. if-elif-else, for and while loop. We explained using examples so that it is easy ...

3:42
Python | Tutorial 4 | Conditional loops [ if-else, for, while ]

3,872 views

8 years ago