Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: remove tags from BeautifulSoup result
Post: remove tags from BeautifulSoup result

Please, I am just learning: Can anyone tell me how I can remove the tags in the below output(Result) and get my answer in an array like Address = [a,b,c,d,r......] from bs4 import BeautifulSoup as bs ...
moski General Coding Help 1 4,692 Jun-04-2019, 09:18 PM
    Thread: [split] Using beautiful soup to get html attribute value
Post: RE: [split] Using beautiful soup to get html attri...

Great tutorial. Thanks for the kind of patience you have for newbies.
moski Web Scraping & Web Development 6 6,312 Jun-03-2019, 04:24 PM
    Thread: [split] Using beautiful soup to get html attribute value
Post: RE: [split] Using beautiful soup to get html attri...

Yes I am trying but I feel I am more of doing it manually. I am doing so right now but of course I will appreciate.... I really appreciate the ".prettify())" line you added. Cheers.
moski Web Scraping & Web Development 6 6,312 Jun-03-2019, 03:36 PM
    Thread: [split] Using beautiful soup to get html attribute value
Post: RE: [split] Using beautiful soup to get html attri...

Thanks a lot, heiner55. Good job. Is there a way I can extract the headers (the 14 Top-Rated Tourist Attractions), their given 'Addresses' and their listed 'Official websites'. These are all on the pa...
moski Web Scraping & Web Development 6 6,312 Jun-03-2019, 03:07 PM
    Thread: [split] Using beautiful soup to get html attribute value
Post: [split] Using beautiful soup to get html attribute...

# I want to get <h2>, 'Official website' and 'Address' from this website as a dataFrame using BeautifulSoup # I see the items 14 of them on the html source code pls help page_link = 'https://www...
moski Web Scraping & Web Development 6 6,312 Jun-03-2019, 11:07 AM

User Panel Messages

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