Tag Python

Book Review: Impractical Python Projects

This is certainly a book about programming with Python, but it isn’t really about Python the language. Instead it is more like a series a mini-projects than happen to be amenable to a computerised solution with Python. It serves as…

Coding the Eye of Sauron with Pygame

The Eye of Sauron made in Pygame

This project was an evolution of the “Doom Fire Algorithm” as described by the Youtube channel “Coder Space”. The biggest difference in my version is that the fire appears to emanate from a central “Vesica piscis” and spreads radially outwards,…