What is the most efficient way one would go about retrieving the U.S. Postal zip code for a street address using Python? Is this something that is even possible?
Preferably, something that includes a local database as oppose to a remote API call of some sort.
Thanks in advance for any help one may be able to offer.
May be a start:
The Zip Code Database Project
googlemaps – Google Maps and Local Search APIs in Python