| I am not too deeply experienced with Python so forgive my ignorance. But I am curious to understand why you were not able to utilize the concurrency tools provided in Python. A quick google search gave me these relevant resources 1. An intro to threading in Python (https://realpython.com/intro-to-python-threading/#conclusion...) 2. Speed Up Your Python Program With Concurrency (https://realpython.com/python-concurrency/) 3. Async IO in Python: A Complete Walkthrough (https://realpython.com/async-io-python/) Forgive me for my naivety. This topic has been bothering me for quite a while. Several people complain about the lack of threading in Python but I run into plenty of blogs and books on concurrency in Python. Clearly there is a lack in my understanding of things. |