Skip to content

Commit bfdea8b

Browse files
brunj7josenino95
andauthored
Update episodes/hello-scraping.md
Co-authored-by: Jose Niño <72319858+josenino95@users.noreply.github.com>
1 parent 0164f3f commit bfdea8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/hello-scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When you want to extract information or download data from a website that is too
3434

3535

3636
Here, we’ll revisit some of those core ideas to build a more hands-on understanding of how content and data are structured on the web.
37-
We’ll start by exploring what HTTP (Hypertext Transfer Protocol) and HTML (Hypertext Markup Language) is and how it uses tags to organize and format content.
37+
We’ll start by exploring what HTTP (Hypertext Transfer Protocol) and HTML (Hypertext Markup Language) are, and how HTML uses tags to organize and format content in a website.
3838
Then, we’ll introduce the BeautifulSoup library to parse HTML and make it easier to search for and extract specific elements from a webpage.
3939

4040
We'll begin with simple examples and gradually move on to scraping more complex, real-world websites.

0 commit comments

Comments
 (0)