Web Scraping with Beautiful Soup

3 years ago
202

Learn how to extract specific information out of websites with Python!
No need for mouse clicks or button presses - let your code do all the hard work for you.
In this video, I will show you how to create a database by targeting specific HTML elements on a given web page.
We will use the developer tools, Google Colab (or any kind of Notebook, Jupyter is great too) and we will automate the process of information extraction step by step.

Demo Webpage URL:
https://docs.python.org/3/library/random.html

The complete code on Github:
https://github.com/MariyaSha/WebScraping

Read Blog Post in Medium:
https://medium.com/@mariyasha888/web-scraping-with-beautiful-soup-2c45a731df2e

Read more about Beautiful Soup in the Documentation:
https://www.crummy.com/software/BeautifulSoup/bs4/doc/

Visit my YouTube Channel to see more awesome Python content:
www.youtube.com/PythonSimplified

Connect on LinkedIn:
www.linkedin.com/in/mariyasha888

Loading 2 comments...