January 2019
Beginner to intermediate
776 pages
19h 58m
English
In any networking application, it is very common that one end is trying to connect, but the other party is not responding due to networking media failure or any other reason. The Python socket library has an elegant method of handing these errors via the socket.error exceptions. In this recipe, a few examples are presented.
Read now
Unlock full access