Holen Sie sich Land aus der Stadt Python
# Good example from https://github.com/DenisCarriere/geocoder
import geocoder
g = geocoder.google('Mountain View, CA')
g.latlng
CompSciGeek