code/languages/python/web_programming/README.md
It contains about or how the python language works as a web programming
This is to show simple COVID19 info fetching from worldometers site using lxml The main motivation to use lxml in place of bs4 is that it is faster and therefore. more convenient to use in Python web projects (e.g. Django or Flask-based)
Basic authentication using an API password is deprecated and will soon no longer work. Visit github info for more information around suggested workarounds and removal dates.
Below a Django function for the views.py file contains a login form for demonstrating recaptcha verification.
Provide the current worldwide COVID-19 statistics. This data is being scrapped from 'https://www.worldometers.info/coronavirus/'.