About thecreator232


Website: http://www.facebook.com/EncounterShankar
thecreator232 has written 14 articles so far, you can find them below.


guest-post
Written by

Guest Post #8: THOUSAND LITTLE STORIES By Samridhi

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 [...]

May 14, 2012 1
google-maps
Written by

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 [...]

May 5, 2012 1
Programming
Written by

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 [...]

February 8, 2012 0
echo command
Written by

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 [...]

January 29, 2012 0
4
Written by

Socket Programming using Python #3

Python Socket Programming Tutorial #3   Hi guys!!!! today were going to start doing some the most basic and most important parts of network programming . How to send data??? To send data over networks using TCP protocol we use send(string[,flags]), this sends the given string o bytes to the remote socket. While To do [...]

January 22, 2012 0
Socket Programming using Python #2
Written by

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 [...]

January 13, 2012 0
DNS
Written by

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 [...]

January 6, 2012 3
multiple inheritance
Written by

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 [...]

December 15, 2011 0
Page 1 of 212»

More