-
Unravelling Boolean Operations
Unravelling Boolean Operations In the latest entry to his series on syntactic sugar, Brett Cannon explores boolean expressions. You’ll learn how boolean expressions “short circuit” and, as an unexpected bonus, a peek into how CPython “cheats” at variables. BRETT CANNON
Appears in lists (1)
More like this (3)
-
Python Booleans: Optimize Your Code With Truth Values
Python Booleans: Optimize Your Code With Truth Values In this tutorial, you’ll learn about the built-in...
-
Python Keywords: An Introduction
Python Keywords: An Introduction Python keywords make up the fundamental building blocks of any Python program....
-
Python eval(): Evaluate Expressions Dynamically
Python eval(): Evaluate Expressions Dynamically Learn how Python’s eval() built-in works and how to use it...