ASSIGNMENT-4
PYTHON: CIE-332T
QUESTIONS CO
Q.1 What is the purpose of the webbrowser module in Python? How is it 4
used in the [Link] project?
Q.2 Explain how the requests module is used to download files from the 4
web. Provide a sample code snippet.
Q.3 How can you save a downloaded file to the hard drive using Python? 4
Describe the process and include a short example.
Q.4 What role does HTML play in web scraping, and how can you 4
extract data from an HTML page in Python?