Posts

Showing posts from December, 2020

XML parsing using python

Image
In order to parse a  XML website we are going to use beautiful soup library. follow the steps written below -  Go to terminal window and enter - "pip install beautifulsoup4".                                                                                                                                                                                                                                        ...