Python programmers typically check for empty lists by relying on truthiness.
Article at https://pym.dev/checking-for-an-empty...
More #Python screencasts at https://pym.dev/screencasts/
00:00 Checking the length of a list
00:22 Evaluating the truthiness of a list
01:13 Comparing for equality with an empty list
02:10 Truthiness checks are non-emptiness checks on lists