top of page
GitHub Repository


Animation of Mandelbrot Fractals
import matplotlib.pyplot as plt import numpy as np import math import matplotlib.animation as animation from random import randint ...
Istvan Benedek
Dec 29, 20231 min read
9 views
0 comments


Mandelbrot fractals in python
Here, you can see the visualization of a Mandelbrot fractal with exponent 4. import matplotlib.pyplot as plt import numpy as np import...
Istvan Benedek
Dec 28, 20231 min read
14 views
0 comments


The logic of Miracles, Laszlo Mero, 2014
An interesting book about our world that can be watched through a glas of Wildovia and Mildovia Laszlo Mero's "The Logic of Miracles"...
Istvan Benedek
Dec 27, 20232 min read
16 views
0 comments
bottom of page