Tuesday, January 5, 2016

python case statement

The google search that I did because I was sure I'd seen a "case" type statement for python told me that I was wrong, there is no "case" or "switch" for python. Here is a very interesting musing on the question of why this would be:

http://www.pydanny.com/why-doesnt-python-have-switch-case.html