New blog post on using Python for parallel processing
Published Feb 18, 2019
Have you wanted to use Python for your parallel code but been frustrated by the global interpreter lock (GIL)? Then check out this blog post on the multiprocessing module which bypasses the GIL and makes it much easier to work with Python:
www.kth.se/blogs/pdc/2019/02/parallel-programming-in-python-multiprocessing-part-1