Answer the question
In order to leave comments, you need to log in
What books/articles exist for understanding the "async" topic of Python?
Good afternoon.
I started learning Python from books:
1) Michael Dawson Programming Python
2) Paul Barry Learning Python Programming
None of the books had the topic "Asynchrony in Python"
Can you tell me a good book / article where I can study this material in more detail?
Only the book by Mark Lutz remained in mind and that's it ..
Answer the question
In order to leave comments, you need to log in
I don’t know books, there are Yandex lectures , Oleg Molchanov , if you want more details on how it works under the hood, then read the book on Linux system programming "R. Love Linux system programming". Actually, in the lectures they will talk about the fact that asynchrony is built on a non-blocking I/O API (select, pool, epool system calls), and in this book you can learn more about how these system calls work.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question