ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

73 results

Ajayraj Nadar
Python If, Elif, Else Tutorial for Beginners: Conditional Statements Explained + Challenges

In this Python tutorial for beginners, we dive into conditional statements (if, elif, else) to show you how to make decisions in your ...

7:47
Python If, Elif, Else Tutorial for Beginners: Conditional Statements Explained + Challenges

56 views

8 months ago

J David Eisenberg
Chapter 7: Using elif for a chain of conditions

If you are testing similar conditions and finding yourself writing a lot of else-if pairs, you can combine them to elif and save yourself ...

5:56
Chapter 7: Using elif for a chain of conditions

201 views

7 years ago

Dan Kornas
Python Programming Fundamentals | Python Conditionals

Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...

11:53
Python Programming Fundamentals | Python Conditionals

418 views

1 year ago

Cours Python
4.2 Tests if/elif/else et opérateurs booléens

L'intérêt de ces elif c'est de faire des tests supplémentaires ; ça va fonctionner de la manière suivante: vous commencez avec le ...

7:28
4.2 Tests if/elif/else et opérateurs booléens

1,517 views

7 years ago

UBC_CPSC_103 _screencasts
Module 1: if statements

If there is, Python replaces the else clause with an elif true clause. In this example there is an else clause so let's do that ...

5:13
Module 1: if statements

5,072 views

7 years ago

AeStudios
Python Basics Part 1| IF ELSE, LOOPS| USER INPUT | LIBRARIES | #aestudios

Python Basics in Tamil, this video covers about if else statement, loops and getting input from user also installing libraries Let's ...

5:13
Python Basics Part 1| IF ELSE, LOOPS| USER INPUT | LIBRARIES | #aestudios

186 views

5 years ago

Wonder Bytes
😱 From NOOB to PRO controlling a DRONE with Python 💻 | THE FARMER WAS REPLACED – Ep. 1

😱 From NOOB to PRO controlling a DRONE with Python 💻 | THE FARMER WAS REPLACED – Ep. 1 🤖 The Farmer Was Replaced, free course ...

13:07
😱 From NOOB to PRO controlling a DRONE with Python 💻 | THE FARMER WAS REPLACED – Ep. 1

1,177 views

2 months ago

CMPUT 175
03 if statements—CMPUT 175

Topics covered: - Conditions - Syntax - else clause 2018 © University of Alberta This work is licensed under a Creative Commons ...

8:16
03 if statements—CMPUT 175

3,985 views

8 years ago

J David Eisenberg
Chapter 4: if and else

Programs can do different things depending on whether a condition is true or false by using the if and else statements.

5:41
Chapter 4: if and else

167 views

2 years ago

Wonder Bytes
I discovered the trick to code in Python while playing a videogame 🌾 The Farmer Was Replaced | Ep.2

🤖 The Farmer Was Replaced — FREE Python COURSE in Spanish 🤯 Episode 2: From mini-farm to LATIFUNDIO while learning Python, a ...

9:42
I discovered the trick to code in Python while playing a videogame 🌾 The Farmer Was Replaced | Ep.2

424 views

2 months ago

Meri (Engel) Kasprak - programming videos
PRG-105: Try and Except Statements in Python

Try and Except statements in Python checking for value errors and input/output errors. View an annotated PDF transcription of the ...

4:21
PRG-105: Try and Except Statements in Python

377 views

8 years ago

Brian Lavender
Nested Decision Structure

Describes nested decision structures and the use of compound boolean statements. Multiple approaches to solving a sales ...

6:48
Nested Decision Structure

744 views

9 years ago

Chuck Severance
Python for Informatics - Exercise From Chapter 8

I'm the author of the book Python for Informatics, Exploring Information, as well as your host for this particular worked exercise.

16:36
Python for Informatics - Exercise From Chapter 8

18,552 views

12 years ago

Ajayraj Nadar
Python input() Explained Simply – Make Interactive Programs!

Want to make your Python programs interactive? In this video, you'll learn how to use the input() function in Python — the key to ...

4:18
Python input() Explained Simply – Make Interactive Programs!

27 views

9 months ago

J David Eisenberg
Chapter 3: if and if/else statements

Learn about conditional statements.

5:37
Chapter 3: if and if/else statements

345 views

6 years ago

Chuck Severance
Python for Informatics: Using the Autograder

This video shows how to use the Autograder associated with the Python for Informatics web site www.pythonlearn.com.

7:15
Python for Informatics: Using the Autograder

10,539 views

13 years ago

Chuck Severance
Python for Informatics Exercise 6.7

This is from Python for Informatics - Exploring Information. www.pythonlearn.com.

5:28
Python for Informatics Exercise 6.7

9,717 views

12 years ago

Chuck Severance
Python for Informatics: Exercise 2-3

This is provided by www.pythonlearn.com.

7:09
Python for Informatics: Exercise 2-3

20,498 views

13 years ago

Spoken-Tutorial IIT Bombay
Conditionals - English

Conditionals if, elif, else pass.

11:22
Conditionals - English

1,065 views

11 years ago

weecology
Introduction To `else if` And `else` Statements In R
9:18
Introduction To `else if` And `else` Statements In R

2,331 views

5 years ago

Pythonneries
Pythonnerie n°5

Help us caption and translate this video on Amara.org: http://www.amara.org/en/v/B4pT/ Tutoriel d'initiation à la programmation ...

9:51
Pythonnerie n°5

23,558 views

16 years ago

Cours Python
1.5 Notions de variables, objets et typage dynamique

Pourquoi est-ce que ces notions sont tellement importantes en Python ? Parce qu'en Python, tout est un objet. Par conséquent ...

6:56
1.5 Notions de variables, objets et typage dynamique

6,468 views

7 years ago

Chuck Severance
Python for Informatics Exercise 7.1

This is from Python for Informatics - Exploring Information. www.pythonlearn.com.

10:38
Python for Informatics Exercise 7.1

19,699 views

12 years ago

Chuck Severance
Macintosh: Using TextWrangler to Develop Python Programs

This video desmonstrates how to use TextWrangler to develop Python programs on the Macintosh. We install TextWrangler and ...

8:56
Macintosh: Using TextWrangler to Develop Python Programs

62,298 views

16 years ago

J David Eisenberg
Chapter 5: Multi-way if-else-if chains (part 2)

This video shows you the difference between an if-else-if chain and a series of if statements.

4:05
Chapter 5: Multi-way if-else-if chains (part 2)

191 views

4 years ago