So far, if you wanted to do web development, there was only one choice - Javascript. But that changed now. In this new series, we explore how to use pyscript to run python on the browser....
The foundation of programming is to take smaller abstractions and make bigger abstractions out of it. In the previous articles in this series, we learned about using functions to create abstractions. Now let us look at how to join them up together using functional composition....
Functions that return the same output when given the same input are called pure functions. Then what are impure functions?...
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....