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