Alternative of google-map API, making request more than 2500.
I was looking for a free api which can help me to get latitude/longitude on the basis of Postcode.
I tested pygeocoder and other api librearies which can help me, but none of them allowed me to query more than 25,000/day cause everyone is belongs to Google.
So I did an old school coding by using Mechanize and BeautifulSoup.
I...