Snippets tagged “socket”
2 snippets use this tag.
- Finding local IP addresses using Python's stdlibPython
Here is a code snippet that uses the socket module from Python's standard library to find the local IP addresses of the host machine:
- How can I use Python to get the system hostname?Python
You can use the socket module in Python to get the hostname of the system.