You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ There will be some cases when you do need to open the browser. Python makes that
34
34
35
35
## Python Libraries
36
36
37
-
Web scraping with Python is easy due to the many useful libraries available
37
+
Web scraping with Python is easy due to the many useful libraries available
38
38
39
39
A barebones installation of Python isn’t enough for web scraping. One of the [Python advantages](https://oxylabs.io/blog/what-is-python-used-for) is a large selection of libraries for web scraping. For this Python web scraping tutorial, we’ll be using three important libraries – requests, BeautifulSoup, and CSV.
0 commit comments