The Python Developers Survey 2023 has an interesting result that is incorrectly
reported.
(more…)
Read more »
The problemLet's say you have more than one version of Python installed on your machine. What version does python3 point to? If you said, "the newest version", you may actually be wrong. That's because python3 points at the last version of Python you inst... (more…)
Read more »
A memoize library which can be used standalone, or plugged into key/value stores such as redis. Also contains functionality to invalidate cache based on function name and arguments. - GitHub - blix... (more…)
Read more »
Having too many custom exceptions on a project can be a pain, but a few choices are nice. The problem... (more…)
Read more »