YOU’RE LEARNING TO↗apply Python's truthiness rules to write concise conditionals
↗apply EAFP as an idiom in combination with dict.get and the walrus operator
↗use extended unpacking, enumerate, and zip fluently
↗leverage dict.get, setdefault, and Counter for clean data work
↗write generator expressions and use the walrus operator inside comprehensions
↗apply the walrus operator := to eliminate redundant expressions
↗replace clunky code with idiomatic Python equivalents