Fork me on GitHub

  1. Reverse engineering myspace

    November 23, 2013

    Hi guys! In todays post we will be looking into myspace.com and check whether it is possible to download songs with python or not. If it is possible then we will make a python script which will assist us in downloading the songs. I guess you are as eager ...

    read more
  2. Python Quick Reference v2.7

    September 26, 2013

    Hi there everyone. We all have experienced that time when we say "what was that function called ?", "was it called get_attr() or post_attr() ?" Recently I came across a wonderful Python Quick Reference for version 2.7 . It contains some useful information. I hope you will find it very useful just ...

    read more
  3. Making a Reddit + twitter Bot

    September 14, 2013

    Hi there pythonistas. I hope you are all fine. In this post I am going to teach you how we can make a Reddit + Twitter bot. What this bot will do is that it will copy post titles and url from any subreddit that you want and then it will ...

    read more
  4. Making a twitter bot in python

    September 04, 2013

    Hi there guys. I hope you are fine. In this post I am going to tell you how you can make a twitter auto favouriter or a.k.a Twitter Bot. I am not going to make a twitter follower as it will get you banned quickly if you use ...

    read more
  5. Simple Sudoku solver in python

    September 01, 2013

    Hi there pythonistas! We all know that Sudoku is a great game. Some of us even bet on this game but did you know that you can use python to make a Sudoku solver ? In this post I am going to share with you a Sudoku solver written in python ...

    read more
  6. Finding the module version

    August 28, 2013

    Hi there folks. I know I have not been active recently and it was because I was not in town. I was in Canada. So this post will be short. In this post i will show you how you can find the version number of any python module. Sometimes you ...

    read more

Page 1 / 2 »