Skip to content

Instantly share code, notes, and snippets.

View Zitara's full-sized avatar

Yousif Tareq Zitara

  • Kuwait
View GitHub Profile
@Zitara
Zitara / computeDistances.py
Last active August 29, 2017 04:08 — forked from srosenthal/computeDistances.py
A Python script that prints the distance between an origin and multiple destinations
#!/usr/bin/env python
from optparse import OptionParser
import csv
import json
import StringIO
import sys
import urllib
import time