Collections.namedtuple()

  • + 1 comment

    Fully agree. Readability should not be compromised.

    Brevity should only be used when it actually leads to efficiency Eg. when passing generators instead of lists.