Buenas, tengo la duda de si se puede utilizar la función sendall de los sockets en Python, ya que la misma abstrae el manejo del stream que hace el send.
Ambas funciones están en el manual del low-level networking interface.
Send -> https://docs.python.org/3/library/socket.html#socket.socket.send
Sendall -> https://docs.python.org/3/library/socket.html#socket.socket.sendall
Saludos