Search⌘ K
AI Features

Introduction to Material Properties

Explore how to extract and organize material properties of aluminum alloys from websites using Python. Learn HTML basics, use BeautifulSoup to parse content, and automate data export to Excel with Openpyxl.

We'll cover the following...

Material properties

You used Requests earlier to scrape a website and do something with the results. That website functioned more like an API because you knew exactly what format the website would return. Having the data nicely formatted does not always happen. Sometimes, you have to find and format, clean, or otherwise manipulate the data ourselves. When you scrape a real website, you will need to be able to parse through HyperText Markup Language ...