On dinsdag 15 mei 2018 21:13:52 CEST Mo El wrote:
> I`m new to python and i have been watching a lot of tutorials regarding web
> scraping using python, and my question is what is the best library to use,
When asking for "best", try to make that more objective, by listing
requirements and nice to have features.
That said, you may want to take a look at scrapely:
https://pypi.org/project/scrapely/
> and can someone help me to understand how to write a scrapped data to an
> HTML, say i scrapped some data from a website and i wanted to write that
> data to another page to view or use using python as well.
Since you're in the Django user group, you would use Django and it's template
engine:
https://docs.djangoproject.com/en/2.0/topics/templates/
--
Melvyn Sopacua