I learned sockets in python. When I tried to programming sockets script in one computer, it worked, but when I tried to programming sockets script with two different compute
Errno 10061:
It means the server you are trying to connect to is not waiting for one.
Update
Instead of
host = socket.gethostname()
use
host = ""