Alternatives to switch statement from other languages

suggest change

Remarks

There is NO switch statement in python as a language design choice. There has been a PEP (PEP-3103) covering the topic that has been rejected.

You can find many list of recipes on how to do your own switch statements in python, and here I’m trying to suggest the most sensible options. Here are a few places to check:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents