I have a problem with these client and server codes, I keep getting the [Errno 10061] No connection could be made because the target machine actively refused it
if you have remote server installed on you machine. give server.py host as "localhost" and the port number.
then client side , you have to give local ip- 127.0.0.1 and port number.
then its works