Skip to content

Instantly share code, notes, and snippets.

@cztomczak
Created January 27, 2012 18:06
Show Gist options
  • Save cztomczak/1690079 to your computer and use it in GitHub Desktop.
Save cztomczak/1690079 to your computer and use it in GitHub Desktop.
Python local IP
import socket
print socket.gethostbyname(socket.gethostname())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment