Python Booleans: Leveraging the Values of Truth
Cesar Aguilar
1:09:22
Description
Understanding how Python Boolean values behave is important to programming well in Python. The Python Boolean type is one of Python’s built-in data types. It’s used to represent the truth value of an expression. For example, the expression 1 <= 2 is True, while the expression 0 == 1 is False.
What You'll Learn?
- Use Python Booleans to write efficient and readable Python code
- Manipulate Boolean values with Boolean operators
- Convert Booleans to other types
- Convert other types to Python Booleans
More details
User Reviews
Rating
Cesar Aguilar
Instructor's CoursesCesar is an avid Pythonista and records video courses for Real Python. He enjoys teaching programming to anyone who listens and seeing in others their programming “eureka” moment. His first love is mathematics and teaches it to anyone who listens, and then tells them that they should also learn how to code (in Python of course!). Annoyed with the licensing circus of commercial software, Cesar started using Python in 2013 for his research in differential equations and graph theory. When not coding in Python, Cesar enjoys web development in PHP and JavaScript.

Real Python
View courses Real Python- language english
- Training sessions 9
- duration 1:09:22
- Release Date 2023/01/05