• Successful_Try543@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Does Python have the ability to specify loops that should be executed in parallel, as e.g. Matlab uses parfor instead of for?

      • lime!@feddit.nu
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 month ago

        python has way too many ways to do that. asyncio, future, thread, multiprocessing