We tweeted about exception groups previously as a part of our EuroPython coverage. In this article we will take a deeper look at this feature....
DjangoCon Europe happened last month and we live tweeted the two workshops that we attended. Here they are...
This is one of the few cases where python gives a confusing error message. Let us take a deeper look into this, and in the process get a chance to understand some CPython internals....
We will now see how we can combine the functionality of multiple monads. To do this, let us revisit the API sequencing problem....
In this article we will learn about a new monad – the Writer monad...
It's time to take a break from practical applications of functional programming to something less practical, but very interesting to know 😎...