Python Forum
Outputing the results of search machine
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Outputing the results of search machine
#3
Yes, that is possible.

For command line programs, check out sys.argv.
For web-based programs, you'll need to find out how your framework handles "url parameters". Most of them just use keyword arguments passed to the function assigned to the url path.
Reply


Messages In This Thread
RE: Outputing the results of search machine - by nilamo - Nov-07-2016, 04:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Web scraping for search results JOE 7 3,349 May-14-2022, 01:19 PM
Last Post: JOE
  How to use BeautifulSoup to parse google search results DevinGP 16 21,506 Dec-22-2017, 10:23 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020