Python Forum

Full Version: google
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there anyway to connect python to google? like so i can search google through python
you can just use any method to send a request out by constructing URL's and return the results
https://stackoverflow.com/questions/3898...hon-script

or you can use a python lib
https://www.geeksforgeeks.org/performing...thon-code/