I hereby claim:
- I am alxwrd on github.
- I am alxwrd (https://keybase.io/alxwrd) on keybase.
- I have a public key ASAxV5El6O7kShT4_6BlWBVLb1o_f7aKX71Viy8libA3Dwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
An example of server-client interaction with Python socket for Stackoverflow question: https://stackoverflow.com/questions/45833771
import json | |
import httplib | |
import urllib2 | |
import random | |
#If you're using IronPython, the following is needed: | |
import ssl | |
import functools | |
old_init = ssl.SSLSocket.__init__ |