Answer the question
In order to leave comments, you need to log in
Where can I find information about parallel computing in python?
Good day
I would like to practice parallelizing heavy calculations in python.
Recommend an interesting project / good example or blog where this topic is covered.
Is it possible to use greenlets for these purposes?
Answer the question
In order to leave comments, you need to log in
Recommend an interesting project / good example or blog where this topic is covered.IPython , MPI
Is it possible to use greenlets for these purposes?It is possible, but not necessary. Greenlets are, to my knowledge, more efficient at concurrent handling of IO tasks.
For parallelization of computations - multiprocessing , tk. Gil.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question