7 ms·
TLDR: * Falsy values (empty string, empty list) should have the same behavior as None. * Don't use `==` for comparison with None or NaN
by rekahrv 3y ago
TLDR:
* Falsy values (empty string, empty list) should have the same behavior as None.
* Don't use `==` for comparison with None or NaN