How to creat a program of data fatching on python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to creat a program of data fatching on python

if i want to search some thing on a site and want that my search result will represent on my python program

16th Jul 2017, 5:41 PM
Lakshya Yadav
Lakshya Yadav - avatar
1 Answer
+ 6
You can use the Google API, send your query there and retrieve it, to be able to use it further in the code. You can either use XML or json format for data exchange. I use Google geocoding API in one of my codes - works like a charm (outside Sololearn): https://code.sololearn.com/c57gr6Ay31s9/?ref=app
16th Jul 2017, 5:46 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar