top of page
GitHub Repository
Istvan Benedek
Dec 29, 20231 min read
Animation of Mandelbrot Fractals
import matplotlib.pyplot as plt import numpy as np import math import matplotlib.animation as animation from random import randint ...
9 views0 comments
Istvan Benedek
Dec 28, 20231 min read
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...
14 views0 comments
Istvan Benedek
Dec 27, 20232 min read
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"...
16 views0 comments
bottom of page