Given the latitude and longitude, how do we convert it to street address using Javascript or Python?
You could use Google Geo API. A sample code for API V3 is available on my blog
Convert Latitude and Longitude (Coordinates) to an Address Using Google Geocoding API V3 (Javascript)