Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: scapping an html document
Post: RE: scapping an html document

hi, The code is working now. I did the following changes with open('Basic Materials.htm') as fp: soup=BeautifulSoup(fp,'lxml') table=soup.find('div',{'class':'sfe-break-bottom'}) for row i...
jonelya Web Scraping & Web Development 2 6,706 Aug-15-2017, 07:07 AM
    Thread: scapping an html document
Post: scapping an html document

hello all, I am scrapping a html file. I wrote the following code. with open('Basic Materials.htm') as fp: soup=BeautifulSoup(fp,'lxml') table=soup.find('div',{'class':'sfe-break-bottom'}) ...
jonelya Web Scraping & Web Development 2 6,706 Aug-13-2017, 08:00 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020