Python Basics: Variables, Types, and Control Flow
TLDR: Python variables are labels that point at objects — not typed boxes. The type lives with the object, not the variable. Master truthiness, f-strings, for/while loops, and the handful of pitfalls
abstractalgorithms.dev22 min read