An Experiment in Cellular Automata This tutorial will teach you how to create a very basic simulation in Python. Together, we’ll create a world of tiny squares, dancing to the rhythm of our program’s pulse. This will be an exercise in Cellular Automata, a field of computational science with many…