Learn how to use web scraping to extract data from a website using Python. Learn how the requests and BeautifulSoup Python libraries make it possible.
Go to this page to complete the warm-up. It reviews some HTML concepts as an introduction to the lesson.
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=https://hylandtechclub.com/py-201/WebScraping/WebScraping.pptx' width='100%' height='450px' frameborder='0'></iframe>Follow the instructions on this page to create a simple program in Python that finds information from Wikipedia.
Once the code-along activity has been completed, go to this page to start working on the challenges.
<iframe width="100%" height="450px" src="https://www.youtube.com/embed/mity5fq5k5Q" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>