A little collection of standalone Python projects made for fun!
Projects arranged in chronological order of conception, with thr latest first.
| project | description |
|---|---|
draconis.py | Drawing the dragon fractal |
heatrace.py | Tracing random walks with heatmaps |
polyrings.py | Constructing rings of polygons |
determinant.py | Recursively finding the determinant of a square matrix |
walker.py | Walking the worlds by distance |
These are all personal projects, so they include my unconventional Python syntax and some habits like import random as ran.