100 Days of Code Day 99
Today’s exercise was plane-ticketsĀ where we learned about yield/generators. My solution was more primitive than the community solutions. I am getting annoyed at the code sniffer. I see nothing wrong with a variable named i as a loop counter, and thought I was being good today by naming a looping variable _ that I wasn’t going to use, but the clanker wanted me to not use _ then complained I had an unused variable when I renamed it. The rewrite to satisfy it caused bugs. Thanks a lot clanker.
One more day, just one more day.
Anyway I had better do something nice for the extra code on the last two days. Fractals are pretty so here is the Menger Sponge at level 3 in 3D it is made of 8,000 smaller cubes. Below is a smaller one animated (bigger one is quite slow, animated is only level 2). My OpenGL calls are super suboptimal
Hey look, I also got an award. I guess I finished the learning exercises on the Python track. I bet they didn’t have that years ago when I started the track.

