In Java I\'m trying to get the local machines ip address
String address = InetAddress.getLocalHost().getHostAddress();
and in python I have