python get local ipv4 code example Example: python get local ipv4 hostname = socket.gethostname() local_ip = socket.gethostbyname(hostname)