Fork me on GitHub

  1. Making a song downloader with python

    August 13, 2013

    Hi there folks. Some time ago i was very much interested in how music downloaders for various websites worked. In order to learn this i went forward to make my own downloader for ex.fm . Currently ex.fm does not allow users to download songs so this was a very ...

    read more
  2. The self variable in python explained

    August 07, 2013

    Hi there fellas. In this post I am going to teach you about the self variable in python. I have seen many beginners struggling to grasp the concept of self variable. If you are one of them then this post is for you. So lets start by making a class ...

    read more
  3. 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
  4. *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

« Page 5 / 9 »