[Edu-sig] Python Spirograph

2010-04-19 Thread Daniel Ajoy
From: Phil Wagner philhwag...@gmail.com Wrote this code after I was inspired by this webpage http://www.math.com/students/wonders/spirographs.html. Had some initial difficulties with memory but I discovered Psyco while reading Dreaming in Code (recommended by this community). It can speed

[Edu-sig] Python Spirograph

2010-04-18 Thread Phil Wagner
Wrote this code after I was inspired by this webpage http://www.math.com/students/wonders/spirographs.html. Had some initial difficulties with memory but I discovered Psyco while reading Dreaming in Code (recommended by this community). It can speed up your code and really helped out with the