For my microcontroller projects I often want to convert some linear value (like a potentiometer position) into a light intensity. Since our eyes aren't linear, this requires some math. In this post I present a Python script that does the math for me.
At Blender I have been making a tutorial series called Scripting for Artists. As relief during the COVID-19 worldwide quarantaine, a new chapter was added to this series, which now has come to an end.
These new releases of Python-RSA come with two security fixes. Python-RSA v4.5 is the final release supporting Python 2, and v4.6 has all the new goodies but requires Python 3.5 or newer.
After over two years of silence, Python-RSA 4.0 has been released! There are many improvements and also backward-incompatible changes (hence the increase of the major version number).
Get it while it’s hot at the Python Package Index, or just install with pip install --upgrade rsa.