3 Intermediate Python. Higher order functions

Опубликовано: 15 Май 2020
на канале: Smartech Global
37
3

Hi and welcome

So, in this video we're going to be discussing about higher order functions.
Python is one of the programming languages that treats functions as first class citizens, that is treating functions as every other object of the language, hence functions can be passes as parameters, can be returned from another function , can be assigned as expressions to a variable and more.
This brings about the concept of higher order functions. They are functions that accepts other functions as arguments and can also return other functions.

In this video, i explained this behavior and how to build one.

This concept paves the way for the upcoming concepts, which are "closures" and "decorators". Stay tuned.


Смотрите видео 3 Intermediate Python. Higher order functions онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Smartech Global 15 Май 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 37 раз и оно понравилось 3 людям.