Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

send http request from python with quesry

location = "delhi technological university"
PARAMS = {'address':location}
r = requests.get(url = URL, params = PARAMS)  

# The request is sent like this
# http://maps.googleapis.com/maps/api/geocode/json?address=delhi+technological+university
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #send #http #request #python #quesry
ADD COMMENT
Topic
Name
6+7 =