

Parallelism works mainly in the function app(LIMIT). Although I have not been able to calculate until 300, it still takes a long time in my PC. It is currently finished and fully functional. How To Useīelow, at the end of the code in the function "_main_" you can change que LIMIT value to calculate the fibonacci serie until there. At the finalization all results should be printed. Parallel code in python to resolve Fibonacci sequence with multiprocessing module ObjetiveĬreate a code with python that solves the fibonacci series with parallel programming to numbers from 1 to 300, specifically using the python multiprocessing module.
