![]() |
VOOZH | about |
As we know the world is facing an unprecedented challenge with communities and economies everywhere affected by the COVID19. So, we are going to do some fun during this time by tracking their vaccine. Let's see a simple Python script to improve for tracking the COVID19 vaccine.
pip install bs4
pip install requests
Approach:
Let's see the stepwise execution of the script
Step 1: Import all dependence
Step 2: Create a URL get function
Step 3: Now pass the URL into the getdata function and Convert that data into HTML code
Output:
👁 Image
Note: These scripts will give you only Raw data in String format you have to print your data with your needs.
Complete code: