Re: [Edu-sig] a Mandelbrot Set in a few lines of Python

2015-06-19 Thread David MacQuigg
Hi Kirby, Nice work. I've used Mandelbrots to introduce Python to engineering students at U of A. engr.arizona.edu/~edatools/ece175/Lecture/ The images are breathtaking in their beauty. engr.arizona.edu/~edatools/ece175/Lecture/Mandel00.html

[Edu-sig] a Mandelbrot Set in a few lines of Python

2015-06-19 Thread Kirby Urner
I'm pleased how little code is required to make a decent Mandelbrot Set image using Numpy + PIL, neither of which am I expert at using. This is how one learns. :-D Here's how it looks on my screen: https://flic.kr/p/uR81qU For more about using fractals in teaching: Fractals, Graphics, and