Its that time of evening again when the sun is going below the horizon and the birds are returning to their nests. And as always, all I can see is stories scattered all around. The sun will bring a new morning in some other part of the world. What will this day bring for so [...]
About thecreator232
Website: http://www.facebook.com/EncounterShankar
thecreator232 has written 14 articles so far, you can find them below.
Socket Programming Tutorial #4
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 [...]
Batch File Programming Tutorial#2
Batch File Programming Tutorial #2 HI GUYS !!! Today were going to learn how to create markers and how to make the user input data . MARKERS What are markers ??? They are specified points/line in a commands which have been marked, so that they can be called on later during the execution. How to [...]
Batch File Programming
Batch File programming Tutorial #1 HI GUYS !! This tutorial is intended to teach you how to code small but effective programs in windows using the dos commands. For this tutorial what you wil need is a system with windows running on it. In these tutorial we will use hit and trial approach, as [...]
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 [...]
Python Tutorial #Part 7 Classes and Objects
Python Tutorial #Part 7 Classes and Objects Hi , today we are going to start with classes which is a part of object oriented programming . What exactly is a class , it’s a logical level abstraction in other words it means it hide’s the actual logic behind the code and shows us a [...]


