May 13, 2009
Shorthand for long simple ifs in Python

As more than one knows (everyone?) Python does not have switch statements… For me is not a big deal, except when I have to write very simple long if statements. If statements can do the job of most…