Dynamically calling functions in Python... Safely

Uncategorized

Dynamically calling functions in Python... Safely

URL: https://www.danielmorell.com/blog/dynamically-calling-functions-in-python-safely
Type: article
Domain: danielmorell.com

Excerpt: Sometimes you need to call a function in Python but you don't know which one until runtime. Let me show you how to dynamically call a function in Python.