Pages

Monday, February 25, 2013

Newton fractal with Python 2.7.3

Today I worked with fractals and python.

It was a litte hard. I have used the internet and wikipedia documentation.

If somebody want to make something better like this:

My source code can be found : here.

News: PP 1.6.4 is released ...

The new version: PP 1.6.4 is released and working well.
What is PP python module?
PP is a python module which provides a mechanism for parallel execution of python code on SMP and clusters.
SMP - systems with multiple processors or cores;
clusters - computers connected via the network;
Read more Parallel Python.