An unobfuscated conversion of the following Python script:
https://preshing.com/20110926/high-resolution-mandelbrot-in-obfuscated-python/
I've made a few important adjustments:
- Python 3 compatible (around division)
- Orange instead of blue as boundary colour
- Balanced anti-aliasing (for symmetrical image)