I wanted to learn, how to fetch any kind of integer value from any website (with a particular given link). suppose if I search by today's temperature
in google, it shows like this:
I prefer to use Django. How can I fetch the value of temperature from this page? I mean what should be the views.py
look like for this? I am totally new to this type of data fetching, having zero knowledge of this, please suggest to me some tutorial link or blog if you prefer.