Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Ideally you'd use `if len(x) == 0`, which handles lists but also list-like things like tuples, while not letting None and False through.


len will count the object whereas “not” will only check for truthiness. This can matter in cases where counting takes significantly longer; for example, a sql query set.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: