Demos

There are several demo applications illustrating the power of the Data Parallel Extensions for Python. They are:

  • Monte Carlo Pi The Monte Carlo method to estimate the value of \(\pi\).

  • Mandelbrot Set Visualization of the breathtaking process of diving in the famous Mandelbrot fractal

  • Game of Life Visualization of the life evolution using famous Conway’s model

All demos are located in the GitHub repository. For more details please refer to the documentation located in the individual demo directory.