The Incredible Growth of Python Language

We recently explored how wealthy countries (those defined as high-income by the World Bank) tend to visit a different set of technologies than the … #python… 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 »