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
82,944 results
It's not so hidden! Yes, like nearly every modern programming language Python also has a ternary operator, although it doesn't ...
42,779 views
2 years ago
Today we learn about a special way of using if-statements in Python - the ternary operator.
11,886 views
5 years ago
Python doesn't have the traditional ternary operator that most programming languages do. Instead we have "conditional ...
818 views
A conditional expression, also called the ternary operator, lets you execute an if else statement in one line of code if condition: ...
4,407 views
4 years ago
Ternary Operator OR Conditional Expression in Python Programming Language.
481 views
3 years ago
1,133 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!
302,495 views
5 months ago
A full 1 hour introduction to Python for Network Engineers with practice examples.
35,514 views
Visually explained Python membership and identity operators including in, not in, is, and is not with clear examples. Want More?
14,867 views
7 months ago
Learn how to design great software in 7 steps: https://arjan.codes/designguide. Data classes in Python are really powerful and not ...
860,702 views
coding #programming #cprogramming // ternary operator ? = shorthand for if-else statements // (condition) ? value_if_true ...
6,400 views
10 months ago
Confused about functions in Python? Not anymore! I'll help you understand everything you need to know about Python functions ...
304,197 views
Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'm going to explore how ...
78,166 views
Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'm revisiting Protocols and ABCs in ...
76,503 views
1 year ago
Python Generators are often considered a somewhat advanced topic, but they are actually very easy to understand once you start ...
914,336 views
10 years ago
In this video, we're going to take a look at the type of operator known as the unary arithmetic operator. But first let's go ahead and ...
4,455 views
Learn Python programming, in this lesson "Ternary Operator" #pythonprogramming #ifelse #ternaryoperator #learnpython.
90 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
Ternaryoperator #python #PythonProgramming #programming #tutorials #beginners #computerscience #ProgrammingLanguage ...
849 views
This video shows how to use ternary operator in Python by walking through a concrete example. #python #shorts.
1,194 views
4 months ago
shorts Twitter: https://twitter.com/novuspad Discord: https://discord.gg/yKQjT8rU One-Time ...
1,267 views
In this tutorial we will learn about ternary operator in Python. Ternary operator in python helps us to write code in compact format.
163 views
6 years 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,612 views
Today's topic is the ternary operator, also known as the conditional expression, in Python programming. Links ...
82 views