Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
83,131 results
It's not so hidden! Yes, like nearly every modern programming language Python also has a ternary operator, although it doesn't ...
42,809 views
2 years ago
Python doesn't have the traditional ternary operator that most programming languages do. Instead we have "conditional ...
823 views
Today we learn about a special way of using if-statements in Python - the ternary operator.
11,895 views
5 years ago
A conditional expression, also called the ternary operator, lets you execute an if else statement in one line of code if condition: ...
4,428 views
4 years ago
Ternary Operator OR Conditional Expression in Python Programming Language.
484 views
3 years ago
Hello, Dear Coder! You need to know about the ternary operator in python. In this video we will see how we can use the ternary ...
5,671 views
8 months ago
1,135 views
In today's video we're going to learn about template strings in Python using the new T-string syntax introduced in Python 3.14!
304,057 views
5 months ago
Visually explained Python membership and identity operators including in, not in, is, and is not with clear examples. Want More?
15,382 views
A full 1 hour introduction to Python for Network Engineers with practice examples.
35,908 views
How to write an if statement on a single line.
1,693 views
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'm revisiting Protocols and ABCs in ...
78,002 views
1 year ago
Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...
158,077 views
Want to work directly with me to level up as developer,? Apply to DevLaunch here: https://training.techwithtim.net I'm willing to bet ...
68,041 views
In this Python Programming Tutorial, we will be learning about iterators and iterables. There is a lot of confusion around these ...
412,985 views
7 years ago
Python Generators are often considered a somewhat advanced topic, but they are actually very easy to understand once you start ...
915,314 views
10 years ago
In this video, we learn about the ternary operator, a construct that allows us to inline simple if-else statements.
2,846 views
What is a ternary operator in Python? In this video we will learn about this short hand technique for writing the if-else statement in ...
1,279 views
Python ternary operator with list comprehension. In this video, you will learn how to simplify condition statement blocks using ...
433 views
In this video, we examine the Python equivalent to ternary operators found in other programming languages. These are called ...
262 views
Ternary operator in python, ternary operator, python beginner, operator, big value, if else use, if, else, python programming, ...
1,558 views
shorts Twitter: https://twitter.com/novuspad Discord: https://discord.gg/yKQjT8rU One-Time ...
1,270 views
Ternaryoperator #python #PythonProgramming #programming #tutorials #beginners #computerscience #ProgrammingLanguage ...
851 views
Python, #Coding, #Programmer, #Tech, #Developer, #PythonProgramming, #CodeNewbie, #LearnToCode, #100DaysOfCode, ...
924 views
Stop writing full if-else blocks just to assign a value! Use Python's ternary operator: value_if_true if condition else value_if_false It's ...
3,992 views
3 months ago
Many languages have a "ternary operator," allowing you to express a condition and an expression in a short form. In this video, I ...
1,614 views