Python Forum
Parsing HTML - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Parsing HTML (/thread-14207.html)



Parsing HTML - jb34 - Nov-19-2018

Hello,

I am new to this forum, so hello everyone!

I have an assignment where I have received data in an HTML format and I need to parse it out into a format that can be easily loaded into a database. I don't even know where to start with this.

Is anyone able to provide any resources for parsing HTML files?

Thank you!

JB


RE: Parsing HTML - Larz60+ - Nov-19-2018

Start here:
https://python-forum.io/Thread-Web-Scraping-part-1
and here:
https://python-forum.io/Thread-Web-scraping-part-2


RE: Parsing HTML - jb34 - Nov-20-2018

Great, thank you for this!