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...
In the previous articles covering the word count problem so far, we have tried a variety of approaches to write a function to count the number of times a word appears in a sentence. Now let us attempt the bonus part of it....