I\'m working on a client server program where the beginning of my client code is:
s = socket.socket() host = [my ip address] port = 30000 s.connect((host, port))