Python Socket Programming #4 Hi in this lesson we are going to learn how to use libraries that have been built on top of the socket library. In this tutorial we will be using httplib module which is a high-level module, and using this we will be connecting to google maps to find the coordinates [...]
Socket Programming
Socket Programming using Python #2
Python Socket Programming PYTHON Tutorial #2 Hi guys!!! Today were going to learn how to create and destroy sockets on your system and how to connect to system’s. CREATAING AND DESTROYING A SOCKET To communicate on the network we create a new socket object using the socket function present in the socket module. SYNTAX [...]
Socket Programming using Python
Python Socket Programming Tutorial #1 Hi guys, Welcome to the world of network programming in this class were going to learn the basics of networking and how to get host name’s and IP addresses. Before we start I would like to warn you that the basics in this tutorial is just a small intro [...]


