IoT Temperature Meter

Parts Description In this project, I made an internet connected device which displays the temperature of the room it is situated in, and relays the temperature to the Blynk cloud service to be accessed from another device. Gallery Code

Mandlebrot

Mandelbrot Set Python

First let me get out the way the glaring problem of Python being a terrible language to make a Mandelbrot Set generator in. Mandelbrot Generators need speed to make the best possible images with the highest resolutions. Python, compared to a language such as C – which would be a much better language to program …