Nornir is an automation framework written in python to be used with python. Most automation
frameworks hide the language they are written in by using some cumbersome pseudo-language
which usually is almost Turing complete, but lacks tooling to debug and t... (more…)
Read more »
Hi everyone! 👋 Today we are going to understand the JPEG compression algorithm. One thing a lot of people don’t know is that JPEG is not a format but rather an algorithm. The JPEG images you see are mostly in the JFIF format (JPEG File Interchange Format)... (more…)
Read more »
Python features that are especially useful for interview style code. Maybe not anything else. (more…)
Read more »
The pedalboard library for Python is aimed at audio processing of various sorts, from convertin [...]... (more…)
Read more »