You come across decorators when working in many frameworks. Here is how they work....
functions
10 Articles
10
In this article we look at higher order functions, which are the bedrock of functional programming style...
In this article we take a look at functional abstractions using filter and sorted as examples....
Functions are "first class citizens" in python. In this article we will take a look at what that means....