geopy — Easy Playground
Geocoding: convert addresses to lat/lon and vice versa
Getting started with geopyRun locally
Install
pip install geopyPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: geopy)
geopy is a third-party package. Geocoding: convert addresses to lat/lon and vice versa. Install with: pip install geopy
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?