'Calculating distance between two points using lat long in python

I have two sets of data, one is a survey data with info of lat, long of respondents. Second is data of lat,long of banks around the respondents district that was obtained using Places API. How do i calculate which bank is located closer to the respondent using python?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source