Sharing 9 methods to call functions: `getattr`, `partial`, `eval`, `__dict__`, `globals`, `exec`, `attrgetter`, `methodcaller`, and `__call__`. Some of these are frequently used in functional or metaprogramming.
You’ll likely encounter these in your future studies or work!