SR05 commited on
Commit
960a24b
·
verified ·
1 Parent(s): ed80f0e

Update testing.ipynb

Browse files
Files changed (1) hide show
  1. testing.ipynb +5 -5
testing.ipynb CHANGED
@@ -1,9 +1,9 @@
1
 
2
- ''' A simple web scraping script using requests and BeautifulSoup libraries. I am trying to achive the following:
3
- 1. Send an HTTP GET request to a website.
4
- 2. Parse the HTML content of the page.
5
- 3. Extract relevant data (e.g., tables, headings, paragraphs).
6
- 4. Save the extracted data to a file or display it in the terminal.'''
7
 
8
 
9
  import requests
 
1
 
2
+ ### A simple web scraping script using requests and BeautifulSoup libraries. I am trying to achive the following:
3
+ ##1. Send an HTTP GET request to a website.
4
+ ##2. Parse the HTML content of the page.
5
+ ##3. Extract relevant data (e.g., tables, headings, paragraphs).
6
+ ##4. Save the extracted data to a file or display it in the terminal.###
7
 
8
 
9
  import requests