Fork me on GitHub

  1. Python socket network programming

    August 06, 2013

    Hi there fellows. In this post I am going to take you on an adventure with python sockets. They are the real backbones behind web browsing. In simpler terms there is a server and a client. We will deal with the client first. So lets first begin by importing the ...

    read more
  2. *args and **kwargs in python explained

    August 04, 2013

    Hi there folks. I have come to see that most new python programmers have a hard time figuring out the *args and **kwargs magic variables. So what are they ? First of all let me tell you that it is not necessary to write *args or **kwargs. Only the * (aesteric) is ...

    read more
  3. Making a url shortener in python

    August 03, 2013

    Hi there fellas. Today in this post i am going to show you how we can use python to make bulk urls tiny. Let me clear that we are not making a url shortening SERVICE instead what we are going to do is that we are going to unofficially use ...

    read more
  4. 5 quality screencasts worth watching

    August 02, 2013

    Hello there fellas. I am back with another list of useful resources. This time i am going to share with you 5 quality python screen casts worth watching. Unlike ruby there are not really much quality screen casts related to python out there. So without wasting a dime lets continue ...

    read more
  5. What is Pickle in python ?

    August 02, 2013

    Hi there fellas. In this post i am going to tell you about pickle. It is used for serializing and de-serializing a Python object structure. Any object in python can be pickled so that it can be saved on disk. What pickle does is that it “serialises” the object first ...

    read more
  6. 10 inspirations for your next python project

    August 01, 2013

    Hi there fellow coders. I know those times when we don't know what to code. I am sure you must have experienced that time as well. Today i am going to share with you 10 python projects that will serve as an inspiration for your next python project. So ...

    read more

« Page 5 / 8 »