Skip to content

Commit 6d7ebf9

Browse files
Update README.md
1 parent f1000fb commit 6d7ebf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ There will be some cases when you do need to open the browser. Python makes that
3434

3535
## Python Libraries
3636

37-
![Python web scraping tutorial libraries: Beautiful Soup, Pandas, Selenium](https://oxylabs.io/blog/images/2020/06/How-to-do-Web-Scraping-1024x600.jpg)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
3838

3939
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.
4040

0 commit comments

Comments
 (0)