Python function calling, in a lesser-known way.

preview_player
Показать описание
In this episode of Python function calling, we'll explore how to work with variable function pointers in a lesser-known but more powerful way.

In this episode, we'll explore how to use function pointers in variables, to call a Python function using a variable. This way, we can easily store an arbitrary function we need, to a later time when we execute it.

If you're a Python programmer and you're looking for a more interesting and powerful way to fire your functions, then you'll want to watch this episode!
Рекомендации по теме
Комментарии
Автор

Wow that’s pretty interesting I haven’t seen anyone so it before I might just try it on my next project

tahitsharif
Автор

Is it like this?

def testfunc():
return

pointer = testfunc
pointer()

srpcdgaming
join shbcf.ru