Building a one-time file sharing personal service with AWS CDK and Python
My little place on internet to talk about coding and software engineering. (more…)
Read more »
Python 3.14 introduced the compression.zstd module. It is a standard library implementation of Facebook’s Zstandard (Zstd) compression algorithm. It was developed a decade ago by Yann Collet, who holds a blog devoted to compression algorithms.
I am not a … Read more