Data transferring using python by internet

48 Views Asked by At

How can we send data from one device to another device by internet using python? I know python has a socket module for transmission of data, but we can do it only if our both computers are connected to each other using wifi/hotspot. I want to send data to a node which is not connected to any wifi but having an active internet. Which module is best for doing this? Can it be done using socket module?

Don't suggest this code as it works only if your nodes are already connected to eachother by wifi/hotspot: Talking about this code

And if my knowledge about socket module is incorrect please help me. Thanks in advance for helping me out!

0

There are 0 best solutions below