After the big parser improvement in python 3.10, the latest 3.11 release continues with a lot of work put into improving runtime error messages....
Continuing on the articles on whats new in python 3.11, today we will look at an nice improvement in this version: faster runtime....
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....