I want know which programming language provides good number of libraries to program a web bot?
Something like crawling a web page for data. Say I want fetch weather for weather.yahoo.com website.
Also will the answer be same for a AI desktop bot?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is how you could do it in Python:
Prints:
Full forecast for Chicago, Illinois, United States (Haze) [u’35…47 °F’]
Full forecast for London, Greater London, England (Light Rain) [u’43…45 °F’]
Full forecast for New York, New York, United States (Partly Cloudy) [u’42…62 °F’]
Full forecast for San Francisco, California, United States (Partly Cloudy) [u’51…70 °F’]