Re: Fractal Dimension Computation in Python Code

2019-05-02 Thread tiwari . ram77
On Friday, September 29, 2000 at 12:45:00 PM UTC+5:45, Mike Brenner wrote: > Myk> ... Has anyone got a fast routine for calculating the fractal > dimension of a set of points in 2 or 3D space? Thanks. > > According to the inventor of fractals (Hausdorff in the year 1899), you > can place the set

Re: Fractal

2013-05-16 Thread Ian Kelly
On Thu, May 16, 2013 at 10:55 AM, Sharon COUKA wrote: > # Register events > c.bind('i', zoom) > c.bind('i', unzoom) > c.bind('i', mouseMove) I'm not an expert at Tkinter so maybe one of the other residents can help you better with that. The code above looks wrong to me, though. As far as I know,

Re: Fractal

2013-05-16 Thread Ian Kelly
On Thu, May 16, 2013 at 5:04 AM, Sharon COUKA wrote: > I have to write the script, and i have one but the zoom does not work That doesn't answer my question. Perhaps if you would share with us what you already have, then we could point out what you need to do and where to get your "zoom" working

Re: Fractal

2013-05-16 Thread Chris Angelico
On Thu, May 16, 2013 at 5:11 PM, Ulrich Eckhardt wrote: > Am 16.05.2013 02:00, schrieb alex23: > >> My favourite is this one: >> >> http://preshing.com/20110926/high-resolution-mandelbrot-in-obfuscated-python > > > Not only is this blog entry an interesting piece of art, there's other > interestin

Re: Fractal

2013-05-16 Thread Ulrich Eckhardt
Am 16.05.2013 02:00, schrieb alex23: My favourite is this one: http://preshing.com/20110926/high-resolution-mandelbrot-in-obfuscated-python Not only is this blog entry an interesting piece of art, there's other interesting things to read there, too. Thanks! Uli -- http://mail.python.org/m

Re: Fractal

2013-05-15 Thread alex23
On May 15, 10:07 pm, "Colin J. Williams" wrote: > Google is your friend.  Try "Mandelbrot Python" My favourite is this one: http://preshing.com/20110926/high-resolution-mandelbrot-in-obfuscated-python -- http://mail.python.org/mailman/listinfo/python-list

Re: Fractal

2013-05-15 Thread Ian Kelly
On Mon, May 13, 2013 at 9:41 AM, Sharon COUKA wrote: > Hello, I'm new to python and i have to make a Mandelbrot fractal image for > school but I don't know how to zoom in my image. > Thank you for helping me. Is this a GUI application or does it just write the image to a file? What GUI / image l

Re: Fractal

2013-05-15 Thread Grant Edwards
On 2013-05-13, Sharon COUKA wrote: > Hello, I'm new to python and i have to make a Mandelbrot fractal image for > school but I don't know how to zoom in my image. > Thank you for helping me. It's a fractal image, so you zoom in/out with the following Python instruction: pass ;) -- Grant

Re: Fractal

2013-05-15 Thread Colin J. Williams
On 13/05/2013 11:41 AM, Sharon COUKA wrote: Hello, I'm new to python and i have to make a Mandelbrot fractal image for school but I don't know how to zoom in my image. Thank you for helping me. Envoyé de mon iPad Google is your friend. Try "Mandelbrot Python" Colin W. -- http://mail.py

Re: Fractal curve

2005-11-27 Thread Steve Holden
Steve Heyburn wrote: > Hello there, > > I am studying programming at University and we are basing the course on > Python. > We are currently looking at fractal curves and I was wondering if you could > email me code for a dragon curve please, or a similar fractal curve. > http://www.google