Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Mandelbrot set in Python
Post: RE: Mandelbrot set in Python

(May-22-2020, 12:13 PM)deanhystad Wrote: This is a mess. Your first pass was actually pretty close to working. If you had just made a couple of changes (initialize the T array, store values in the...
Snorku Homework 7 3,451 May-22-2020, 07:46 PM
    Thread: Mandelbrot set in Python
Post: RE: Mandelbrot set in Python

I was kinda in rush, that's why I bumped, sorry for that. import matplotlib.pyplot as plt def funkcja(c=0j, z=0 + 0j, n_max=100): for i in range(n_max): z = z * z + c if abs(z) ...
Snorku Homework 7 3,451 May-21-2020, 08:59 PM
    Thread: Mandelbrot set in Python
Post: RE: Mandelbrot set in Python

UP.UP.
Snorku Homework 7 3,451 May-20-2020, 08:52 AM
    Thread: Mandelbrot set in Python
Post: Mandelbrot set in Python

0 I have a problem. I'm doing a task for my lessons and I'm doing my best, but the teacher does not seem to care and I need to look for the problem myself facing his demands. To begin with, I had t...
Snorku Homework 7 3,451 May-18-2020, 01:02 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020