Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You need to know how to load what you will parse (file, web page).
And how to take from the received data what you need.
To begin with, you need to decide what you will parse. And build on this.
Initial libraries for parsing:
To get the html code of the page, the requests
library is well suited
And after we have received the html code of the page, we can begin the process of filtering out the information we need thanks to the BeatifulSoup
library
After we have filtered out our data, you can dispose of them as you want.
PS: Plus, you need to know the basics of html in order to know what data is stored in which tags and how best to pull it out
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question