- Course Preparation
-
How to Use Anaconda Notebooks
-
Setup Instructions
- Bools
-
Bools: assignment, equal to, not equal to, and floating point errors 00:05:55
-
Bools: Greater/less than, between, True/False, not, and Autocasting + Challenge 00:09:48
-
Bools: and, or + Challenge 00:08:53
Introduction to Python Programming: Bools
Learn to read, write, and solve real-life problems with Python.
Python Boolean or Bool is a data type used to represent the truth value of an expression. Bools are essential for creating conditions and making comparisons. This course will cover how to create logical expressions using comparison and logical operators to make informed decisions in your code.
This course is part of the ten course series in the Introduction to Python Programming learning path.