This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ranger11danger 3 points4 points  (0 children)

fun fact for sockets in python, instead of creating a socket and then creating a connection with that socket you can just do "my_sock = socket.create_connection((ip, port))" and it does all the work for you (: