Pythonic Code: Idioms Every Developer Should Know
TLDR: Writing for i in range(len(arr)): works, but Python veterans will flag it in your first code review. Idiomatic Python uses enumerate, zip, comprehensions, context managers, unpacking, the walrus
abstractalgorithms.dev27 min read