Blogspot - love-python.blogspot.com - life is short - you need Python!

Latest News:

Online Python Programming Course 3 Aug 2013 | 04:36 am

Python appears to be the preferred language to teach programming now days, at least in most of the introductory computer programming courses in MOOCs. Here I give you a short list of courses if you wa...

Python Code to Search Youtube Comments 9 Jun 2013 | 02:04 pm

Today I am sharing a code that I wrote few months ago. It searches the comments in youtube video and stores those in a database (postgresql in my code). I used the youtube api. Instead of describing t...

Python Code to Search Youtube Comments 9 Jun 2013 | 02:04 pm

Today I am sharing a code that I wrote few months ago. It searches the comments in youtube video and stores those in a database (postgresql in my code). I used the youtube api. Instead of describing t...

Python code to search tweets in twitter 17 May 2013 | 12:46 pm

Recently I wrote a code to search keywords in twitter and extract the tweets as a part of a larger program. It uses twitter search api. I guess some of you might find this code snippet useful. :)

Python code to search tweets in twitter 17 May 2013 | 12:46 pm

Recently I wrote a code to search keywords in twitter and extract the tweets as a part of a larger program. It uses twitter search api. I guess some of you might find this code snippet useful. :)

Generator and yield explained simply 30 Apr 2013 | 03:45 am

I know though some of you are already using Python for some time, you still get confused when you hear the term generator and yield. Let me show you a simple program that explains it easily: Now, if ...

Generator and yield explained simply 30 Apr 2013 | 03:45 am

I know though some of you are already using Python for some time, you still get confused when you hear the term generator and yield. Let me show you a simple program that explains it easily: Now, if ...

dict object is not callable on json, requests module 6 Mar 2013 | 02:28 am

So, you are using the amazing requests module of Python! So checked their sample code in the website: http://docs.python-requests.org/en/latest/ and the URL you are calling returns json content. So yo...

dict object is not callable on json, requests module 6 Mar 2013 | 02:28 am

So, you are using the amazing requests module of Python! So checked their sample code in the website: http://docs.python-requests.org/en/latest/ and the URL you are calling returns json content. So yo...

generate all subsets using recursion | how to 20 Feb 2013 | 05:32 pm

Yesterday I wrote another program to generate all subsets of a set (array / list) during my preparation for today's class on backtracking at National Programming Camp. I wrote the code in C but just c...

Recently parsed news:

Recent searches: