From: Phil Wagner <philhwagner@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 up your code and really helped out with the rapid calculations and drawing for this program. http://www.voidspace.org.uk/python/modules.shtml#psyco.
I thought you had seen this: http://www.samstoybox.com/toys/Spirograph.html Daniel
Hello, have you seen this: http://www.eddaardvark.co.uk/python_patterns/spirograph.html Wolfgang On 19 Apr 2010 at 11:47, Daniel Ajoy wrote:
From: Phil Wagner <philhwagner@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 up your code and really helped out with the rapid calculations and drawing for this program. http://www.voidspace.org.uk/python/modules.shtml#psyco.
I thought you had seen this:
http://www.samstoybox.com/toys/Spirograph.html
Daniel
_______________________________________________ Edu-sig mailing list Edu-sig@python.org http://mail.python.org/mailman/listinfo/edu-sig
participants (2)
-
Daniel Ajoy -
Wolfgang Buechel