Posts for: #Python

Dispatch Tables in Python

Dispatch tables are a useful way to use a string to determine which function to call. Why would you do this? When designing an interface to be used in other people’s code, you…

[Read more]