Parallelize your Python code in under 3 minutes with this simple trick using Ray!

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 5

  • @phiarchitect
    @phiarchitect 3 роки тому +1

    I'm just entering the python world and I am continually amazed at the capabilities! Thanks for demonstrating this.

    • @maged_helmy
      @maged_helmy  3 роки тому +1

      Indeed! Let me know if I can point you to specific directions or if you need some references.

    • @phiarchitect
      @phiarchitect 3 роки тому +1

      @@maged_helmy Thanks! I am building an engine to explore classical geometric constructions using symbolic algebra leveraging sympy and matplotlib. I have already been experimenting with process pools and it has made a significant difference in processing time. I was not aware of Ray - but I like how with simple decorators one can achieve such easy parallelism.

    • @maged_helmy
      @maged_helmy  3 роки тому

      @@phiarchitect I will post an open-source project on how to truly unlock parallel processing with machine learning and python end of February! Stay tuned.

    • @phiarchitect
      @phiarchitect 3 роки тому +1

      @@maged_helmy I'm subscribed so I will look forward to that! I will be posting videos on my own project as well.