ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

74,565 results

mCoding
Python's ternary operator

It's not so hidden! Yes, like nearly every modern programming language Python also has a ternary operator, although it doesn't ...

2:59
Python's ternary operator

43,139 views

3 years ago

Appficial
Python Conditional Expressions using the Ternary Operator - Python Code Example - APPFICIAL

A conditional expression, also called the ternary operator, lets you execute an if else statement in one line of code if condition: ...

4:16
Python Conditional Expressions using the Ternary Operator - Python Code Example - APPFICIAL

4,546 views

4 years ago

Bro Code
What is the ternary operator ❓

C++ #ternary #operator C++ ternary operator tutorial example explained condition ? expression1 : expression2.

4:41
What is the ternary operator ❓

49,557 views

4 years ago

Python Morsels
Python's ternary operator

Python doesn't have the traditional ternary operator that most programming languages do. Instead we have "conditional ...

1:58
Python's ternary operator

909 views

2 years ago

NeuralNine
Ternary Operator - Python Tips and Tricks #4

Today we learn about a special way of using if-statements in Python - the ternary operator.

7:07
Ternary Operator - Python Tips and Tricks #4

12,034 views

5 years ago

Koolac
Ternary Operator OR Conditional Expression in Python

Ternary Operator OR Conditional Expression in Python Programming Language.

1:31
Ternary Operator OR Conditional Expression in Python

523 views

3 years ago

Koolac
What is a Ternary Operator in Python

What is a Ternary Operator in Python, and why is it called ternary in the first place? In this video, we break down Python's ternary ...

3:36
What is a Ternary Operator in Python

73 views

2 months ago

Future Programmer
Ternary Operator in Python - Intermediate Python #2

Today's topic is the ternary operator, also known as the conditional expression, in Python programming. Links ...

4:19
Ternary Operator in Python - Intermediate Python #2

89 views

4 years ago

Indently
Does Python have a Ternary Conditional Operator? (Short-hand If..Else)

In this video we will be going over the Ternary operator that they use in Python to simplify if..else statments.

1:23
Does Python have a Ternary Conditional Operator? (Short-hand If..Else)

624 views

5 years ago

Coders Arcade
The Ternary Operator In Python

The Ternary Operator is a concise way of writing an if-else statement in Python. It is also known as the conditional operator or ...

7:21
The Ternary Operator In Python

2,442 views

3 years ago

Bro Code
Learn conditional expressions in 5 minutes! ❓

conditional expression = A one-line shortcut for the if-else statement (ternary operator) # Print or assign one of two values based ...

5:33
Learn conditional expressions in 5 minutes! ❓

83,151 views

2 years ago

ModernPython
What is the Ternary Operator in Python

We are going to discuss Python's ternary operator and show how to use it to save lines of code and make your code more ...

3:11
What is the Ternary Operator in Python

19 views

3 years ago

Coding Codes
Python #26 - Ternary Operator [By Mosh Hamedani]

Python Programming for Developers (Episode 26)

1:18
Python #26 - Ternary Operator [By Mosh Hamedani]

119 views

2 years ago

Rapid Tutor
15 - Ternary Operator in Python | Conditional Operator  | Python Tutorial

Python #TernaryOperator #ConditionalExpression #PythonProgramming The ternary operator in Python is a concise way to ...

5:16
15 - Ternary Operator in Python | Conditional Operator | Python Tutorial

118 views

1 year ago

Kenny Yip Coding
Python Ternary Operator

Python ternary operator with list comprehension. In this video, you will learn how to simplify condition statement blocks using ...

10:12
Python Ternary Operator

461 views

5 years ago

Python and Pandas with Reuven Lerner
Does Python have a ternary (?:) operator? Conditional expressions in Python, and when to use them

Many languages have a "ternary operator," allowing you to express a condition and an expression in a short form. In this video, I ...

10:28
Does Python have a ternary (?:) operator? Conditional expressions in Python, and when to use them

1,625 views

5 years ago

The Code Zone Skool
Python's Secret Weapon: Ternary Operator Explained 🚀

Discover Python's secret weapon: the ternary operator! This quick tutorial introduces a powerful one-liner that'll make your code ...

9:21
Python's Secret Weapon: Ternary Operator Explained 🚀

151 views

1 year ago

Tycomac Codes
Ternary operators in Python programming | Python programming tutorial for beginners

Ternaryoperator #python #PythonProgramming #programming #tutorials #beginners #computerscience #ProgrammingLanguage ...

4:35
Ternary operators in Python programming | Python programming tutorial for beginners

876 views

4 years ago

BugBytes
Python Ternary Operator - conditional expressions in Python

In this video, we examine the Python equivalent to ternary operators found in other programming languages. These are called ...

2:14
Python Ternary Operator - conditional expressions in Python

268 views

4 years ago

RCV Academy
Python Beginner Tutorial #19 - Ternary Operator in Python | Python Ternary

In this tutorial we will learn about ternary operator in Python. Ternary operator in python helps us to write code in compact format.

5:44
Python Beginner Tutorial #19 - Ternary Operator in Python | Python Ternary

174 views

6 years ago