K
K
keddad2020-06-02 14:38:45
Python
keddad, 2020-06-02 14:38:45

What books or other resources would you recommend about multi-threaded programming with Python?

I suddenly realized that multithreading in Python is rather dreary. The basic concepts are simple, but when it comes to some of the features (like exception handling and signal handling) you have to reinvent the wheel. What materials can you recommend on this topic?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
FaustGette, 2020-06-02
@keddad

Course from Michael Kennedy - "Async Techniques and Examples in Python"
Despite the name, blocks 5-6 are multithreading.
By the way, there is an unsync decorator from the library of the same name, which simplifies work with threads.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question