Python Socket
# Python2.x Python Network Programming
Python provides two levels of network services access:
* The low-level network service supports basic Sockets, which provides the standard BSD Sockets API and can access all methods of the underlying operating system Socket interface.
* The high-level network service
YouTip