How to Compare Photos of the Solar Eclipse Using Python and SunPy
With so many photos likely to be taken of the solar eclipse, it will be a challenge to align them to each other to compare them. Python & SunPy to the rescue! (more…)
Read more »
Welcome to “Fun with Python”, part 1. In this part, we will automate maze creation, utilizing Prim’s randomized algorithm. Read more