Skip to content
Closed

? #57

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update 3-scrapeCsv.py
  • Loading branch information
AlbertNightwind authored Feb 8, 2018
commit 598a617029a5dad7b201167f5c2dc4710733e0e2
2 changes: 2 additions & 0 deletions chapter5/3-scrapeCsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
from urllib.request import urlopen
from bs4 import BeautifulSoup



html = urlopen("http://en.wikipedia.org/wiki/Comparison_of_text_editors")
bsObj = BeautifulSoup(html, "html.parser")
#The main comparison table is currently the first table on the page
Expand Down