
Conditional Expressions (Ternary Operators) : Design Patterns In Python
Channel:
Subscribers:
25,200
Published on ● Video Link: https://www.youtube.com/watch?v=meX3QlEJI2Q
Documentation : https://sbcode.net/python/composite/#conditional-expressions-ternary-operators
Conditional expressions an alternate form of if/else statement.
value_if_true if condition else value_if_false
(Book) Sometimes you just want to switch off your computer and read from a book. So, all GoF patterns are discussed in my Design Patterns In Python book
https://www.amazon.com/dp/B08XLJ8Z2J : ASIN B08XLJ8Z2J
https://www.amazon.com/dp/B08Z282SBC : ASIN B08Z282SBC
#conditionalExpressions
#designPatterns
#pythonDesignPatterns
Other Videos By SBCODE
Tags:
Design Patterns In Python
python design patterns
B08XLJ8Z2J
Conditional Expressions
Ternary Operators
B08Z282SBC