Skip to content

Commit 32c4f60

Browse files
Update WebScrapingWithBeautifulSoup.html
1 parent cb56024 commit 32c4f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posts/Web Scraping tool with BeautifulSoup/WebScrapingWithBeautifulSoup.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
content="width=device-width, initial-scale=1, shrink-to-fit=no" />
88
<meta
99
name="description"
10-
content="Learn how to apply for the GitHub Student Developer Pack - a comprehensive collection of tools and resources for student developers. Follow our step-by-step guide to unlock exclusive benefits and jumpstart your journey in software development." />
10+
content="article on using Beautiful soup Library. A web scraping application using Python's Beautiful Soup library. Extract data from a website and present it in a structured format (e.g., CSV, JSON)." />
1111
<meta
1212
name="keywords"
13-
content="GitHub, Student Developer Pack, apply, student benefits, developer tools, software resources, education, student discount, GitHub Education, student developer, open source, coding" />
14-
<title>How to Apply for GitHub Student Developer Pack - CSEdge</title>
13+
content="GitHub, Web Scraping, python, Beautifulsoup, web scraping with beautifulsoup, developer tools, software resources, education, student discount, GitHub Education, student developer, open source, coding" />
14+
<title>Web Scraping with Beautifulsoup</title>
1515
<meta name="author" content="CSEdge" />
1616
<!-- Favicon-->
1717
<link

0 commit comments

Comments
 (0)