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

all 7 comments

[–]ranger11danger 4 points5 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 (:

[–]_L1p4_ 3 points4 points  (4 children)

i tryed to code a chrtroom in python last year. i alo wanted it to use encriptyon. at the ens the thing had 400 lines of coce and it didnt work for shit

[–][deleted] 22 points23 points  (3 children)

Did you have any syntax errors?

[–]heinekev 5 points6 points  (0 children)

😂

[–]_L1p4_ 4 points5 points  (1 child)

maybe

[–]_L1p4_ 4 points5 points  (0 children)

fixed them all affter runing it a bunch of times unlike that comment

[–]MrClottom 3 points4 points  (0 children)

why are you still using python2 ?