Using geopy with password authenticated proxy
问题 I'm trying to use geopy with a set of coordinates and everything works fine at first. from geopy.geocoders import GoogleV3 # some coordinates as example latitude, longitude = 24.47646, 85.3095 geolocator = GoogleV3() location = geolocator.geocode('%s, %s' (latitude, longitude)) address = location.address print address # this would print something like Unnamed Road, Burhia Ahri, Jharkand 825406, India The enviroment I'm working on requires an authenticated proxy, for example purposes let's say