Computer NetworksNETWORKS

Get Your IP Address by Python – Socket



Get Your IP Address by Python – Socket | BlackOsra

Subscribe for more Videos: https://www.youtube.com/BlackOsRa

Python Socket Doc: https://docs.python.org/3/library/socket.html
This module provides access to the BSD socket interface. It is available on all modern Unix systems, Windows, macOS, and probably additional platforms.

Note Some behavior may be platform-dependent since calls are made to the operating system socket APIs.
The Python interface is a straightforward transliteration of the Unix system call and library interface for sockets to Python’s object-oriented style: the socket() function returns a socket object whose methods implement the various socket system calls. Parameter types are somewhat higher-level than in the C interface: as with read() and write() operations on Python files, buffer allocation on receive operations is automatic, and buffer length is implicit on send operations.

Github: https://github.com/Saon00​
Linkedin: https://www.linkedin.com/in/saon-sikder
Instagram: https://www.instagram.com/saonsrabon
Facebook Page: https://www.facebook.com/blackosra
Twitter: https://twitter.com/saon_srabon
Facebook Group: https://www.facebook.com/groups/2460919000808417

source
ip address

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *