This week Python's core developer blog announced the very last production release of Python 2.7. Hackaday reports:
The intention was for it to coincide with PyCon 2020, but just like so many of the events planned for the first half of the year, the in-per... (more…)
Read more »
Yet another serialization library on top of dataclasses, inspired by serde-rs. - GitHub - yukinarit/pyserde: Yet another serialization library on top of dataclasses, inspired by serde-rs. (more…)
Read more »
Need to override an operator in your Python class? Ever wonder what all those double-underscore class methods do? Here's your answer. Note that thi...
Read more »
In this step-by-step tutorial, you'll learn how the Python defaultdict type works and how to use it for handling missing keys when you're working with dictionaries. You'll also learn how to use a defaultdict to solve problems like grouping or counting the... (more…)
Read more »
Python with braces. Because python is awesome, but whitespace is awful. - mathialo/bython... (more…)
Read more »