home.social

#ducktyping — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ducktyping, aggregated by home.social.

  1. Checking for an empty list in Python - Python Morsels (@treyhunner)

    Various methods to check if a list is empty in Python:
    ➡️ checking the list's length,
    ➡️ evaluating the list's truthiness
    ➡️ comparing the list to another empty list

    pythonmorsels.com/checking-for