You come across decorators when working in many frameworks. Here is how they work....
In this article we look at higher order functions, which are the bedrock of functional programming style...
This is just a quick announcement that we will be tweeting session contents from PyCon US on the playful python twitter account. Follow the twitter account to keep up with the talks. Once the event is over we will do deep dives into some of the topics....
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....
A programming language is low level when its programs require attention to the irrelevant...