Why this post?

All examples on this site are small experiments in:

  • algorithms
  • cellular automata
  • fractals
  • emergent systems

To follow along, you only need a minimal Python setup.


1. Install Python

Download Python (3.10 or newer):

https://www.python.org/downloads/

Verify installation:

python --version