Experience retro gaming nostalgia with this Super Nintendo inspired Raspberry case from Retroflag. I recently purchased Retroflag's SuperPi case. It's a Raspberry Pi enclosure that closely resembles the Super Nintendo console. I already own Retroflag's NESPi case (I love it, and you can read my ...
Archives for December 2019
Fractions in Python | Today I Learned
Today I became aware of the existence of the builtin Python module fractions. The fractions module handles rational number arithmetic. Here's a simple example using the Fraction class to covert a decimal into a Fraction with the numerator and denominator reduced to the lowest terms. My ...