Skip to content

TansyArron/Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot

Mandelbrot rendering for HackerSchool

Tansy Arron, learning math things and playing with GitHub

==========

Things I learned creating this project:

  • Mirrors make great white boards.

  • How to set up and use multiprocessor worker pools

  • Mandelbrot math Z = Z**2 + C

  • Converting (x,y) grid coordinates into complex numbers

  • How to use pillow to render images

  • How to use both RGBa and HSV color

  • How to create and use a virtual environment

  • Command Line Interface

    • the up key and the tab key are my new best friends.

    • printing the run time of a program using time.

    • git diff, git add, git commit, git push.

About

Mandelbrot rendering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages