• Successful_Try543@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    5 months 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
      1
      ·
      5 months ago

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