Python Forum
Web Scraping Stuff - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Web Scraping Stuff (/thread-38903.html)



Web Scraping Stuff - Korgik - Dec-08-2022

Hi there Big Grin

What kind of stuff do you usually use for web scraping and parsing? I am just a beginner in this area and I would like to know what libraries I need to start from. It's gonna be also helpful if you share any tutorials or books that are focused on this subject. Confused Huh

Thanks! Heart


RE: Web Scraping Stuff - snippsat - Dec-08-2022

Can look at Web-Scraping part-1 and part-2.
Look at this Thread for updates in Selenium v4.


RE: Web Scraping Stuff - Korgik - Dec-08-2022

(Dec-08-2022, 01:44 PM)snippsat Wrote: Can look at Web-Scraping part-1 and part-2.
Look at this Thread for updates in Selenium v4.

Thank you very much!