Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ip Address

Python Socket To Connect Over Global Public Ip Address

I have been working on a project to connect computers located in different locations together throu… Read more Python Socket To Connect Over Global Public Ip Address

How To Modify Regular Expression For Ip:port?

I have regular expression like match = re.findall(r'[0-9]+(?:\.[0-9]+){3}', source) It wor… Read more How To Modify Regular Expression For Ip:port?