Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45330 > unrolled thread
| Started by | Sharon COUKA <sharon_couka@hotmail.com> |
|---|---|
| First post | 2013-05-13 17:41 +0200 |
| Last post | 2013-05-15 14:24 +0000 |
| Articles | 7 — 6 participants |
Back to article view | Back to comp.lang.python
Fractal Sharon COUKA <sharon_couka@hotmail.com> - 2013-05-13 17:41 +0200
Re: Fractal "Colin J. Williams" <cjw@ncf.ca> - 2013-05-15 08:07 -0400
Re: Fractal alex23 <wuwei23@gmail.com> - 2013-05-15 17:00 -0700
Re: Fractal Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-05-16 09:11 +0200
Re: Fractal Chris Angelico <rosuav@gmail.com> - 2013-05-16 17:24 +1000
Re: Fractal "Colin J. Williams" <cjw@ncf.ca> - 2013-05-15 08:07 -0400
Re: Fractal Grant Edwards <invalid@invalid.invalid> - 2013-05-15 14:24 +0000
| From | Sharon COUKA <sharon_couka@hotmail.com> |
|---|---|
| Date | 2013-05-13 17:41 +0200 |
| Subject | Fractal |
| Message-ID | <mailman.1691.1368602017.3114.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | "Colin J. Williams" <cjw@ncf.ca> |
|---|---|
| Date | 2013-05-15 08:07 -0400 |
| Message-ID | <51937A67.1000702@ncf.ca> |
| In reply to | #45330 |
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. >
[toc] | [prev] | [next] | [standalone]
| From | alex23 <wuwei23@gmail.com> |
|---|---|
| Date | 2013-05-15 17:00 -0700 |
| Message-ID | <2ce10d3b-505b-4ba6-8fae-77facfaac654@hc4g2000pbb.googlegroups.com> |
| In reply to | #45333 |
On May 15, 10:07 pm, "Colin J. Williams" <c...@ncf.ca> wrote: > Google is your friend. Try "Mandelbrot Python" My favourite is this one: http://preshing.com/20110926/high-resolution-mandelbrot-in-obfuscated-python
[toc] | [prev] | [next] | [standalone]
| From | Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> |
|---|---|
| Date | 2013-05-16 09:11 +0200 |
| Message-ID | <sdde6a-uoq.ln1@satorlaser.homedns.org> |
| In reply to | #45379 |
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
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-05-16 17:24 +1000 |
| Message-ID | <mailman.1738.1368689049.3114.python-list@python.org> |
| In reply to | #45407 |
On Thu, May 16, 2013 at 5:11 PM, Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> 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 > interesting things to read there, too. I'm quite impressed, actually. Most people don't use Python for code art. Significant indentation is not usually a good thing there :) ChrisA
[toc] | [prev] | [next] | [standalone]
| From | "Colin J. Williams" <cjw@ncf.ca> |
|---|---|
| Date | 2013-05-15 08:07 -0400 |
| Message-ID | <mailman.1694.1368619659.3114.python-list@python.org> |
| In reply to | #45330 |
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. >
[toc] | [prev] | [next] | [standalone]
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Date | 2013-05-15 14:24 +0000 |
| Message-ID | <kn05qi$jtu$1@reader1.panix.com> |
| In reply to | #45330 |
On 2013-05-13, Sharon COUKA <sharon_couka@hotmail.com> 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 Edwards grant.b.edwards Yow! I'm not available
at for comment..
gmail.com
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web