multi threading

  1. thebotmaker

    Beginners guide to Multi-Threading in Python: Running Lots of Instances from one PC (mini tutorial)

    When you want to run multiple browser instances simultaneously from a single computer, Python offers powerful solutions through its concurrent.futures module and the threading library. Here, we'll explore how to use these tools with two popular browser automation libraries: Playwright and...
  2. S

    New notebook for multitasking

    Hello! I think of getting a new notebook for multitasking (running virtual machines, different bots, etc.). What would you recommend ? i5 or i7 processor? Do you have a specific model to recommend?
Back
Top