Taking advantage of Python’s concurrent futures to full saturate your bandwidth

I am starting a new series of small snippets of code which I think that maybe useful or inspiring for others. Read more

Similar

Reproducible Python Bytecode

Some Linux distributions (like Alpine and Arch Linux) are shipping something called “python bytecode” in their packages. It’s stored in .pyc files and is generated during the package build. They’re stored in __pycache__ folders and can be seen here: (more…)

Read more »