This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # Done under Visual Studio 2010 using the excelent Python Tools for Visual Studio | |
| # http://pytools.codeplex.com/ | |
| # | |
| # Article on ideas vs execution at: http://blog.databigbang.com/ideas-and-execution-magic-chart/ | |
| import urllib2 | |
| import json |