Zipcode to County in Python
My most excellent colleague was pointing out the need for County data in a particular application. I had some geo-data for the particular data, but was lacking the County data that we needed. After some google-fu, I found that somebody had a web-app that would do just what i wanted to. I fired up firebug to search for the tags I wanted. Upon discovering that they used HTML TABLES, I fell ill. I then pulled myself together, and wrote a function to grab the county name from a zipcode in python. Enjoy!
from BeautifulSoup import BeautifulSoup from urllib2 import urlopen def lookup(zip): try: f = urlopen('http://www.getzips.com/CGI-BIN/ziplook.exe?What=1&Zip=%s&Submit=Look+It+Up' % (zip)) data = f.read() f.close() soup = BeautifulSoup(data) table = soup.findAll('table')[-1] return table.findAll('p')[-2].string except: return None
3 Comments
Leave a comment
You must be logged in to post a comment.

PillSpot.org. Canadian Health&Care.No prescription online pharmacy.Special Internet Prices.PillSpot.org. Vitamins@buy.online” rel=”nofollow”>.…
Categories: Pain Relief.Antidepressants.Stop SmokingAntibiotics.Womens Health.Blood Pressure/Heart.Mental HealthAntidiabetic.Stomach.Mens Health.Antiviral.Weight Loss.Vitamins/Herbal Supplements.Anxiety/Sleep Aid.Eye Care.Skin Care.Anti-allergic/A…
Buy:Nexium.Prevacid.Accutane.Valtrex.Retin-A.Arimidex.Human Growth Hormone.100% Pure Okinawan Coral Calcium.Prednisolone.Lumigan.Zovirax.Zyban.Mega Hoodia.Petcam (Metacam) Oral Suspension.Actos.Synthroid….
Buy:Nexium.Valtrex.Prednisolone.Petcam (Metacam) Oral Suspension.Actos.Arimidex.100% Pure Okinawan Coral Calcium.Zovirax.Prevacid.Synthroid.Zyban.Human Growth Hormone.Accutane.Lumigan.Mega Hoodia.Retin-A….