Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Basic Syntax/HTML Scrape Questions
Post: RE: Basic Syntax/HTML Scrape Questions

Wanted to say thank you to everyone. As of this morning I've got a suitable code working. Here it is.... from bs4 import BeautifulSoup with open('apple.html') as html_file: soup = BeautifulSou...
sungar78 Web Scraping & Web Development 5 3,803 Sep-06-2018, 09:32 PM
    Thread: Basic Syntax/HTML Scrape Questions
Post: RE: Basic Syntax/HTML Scrape Questions

Ok, so even more basic question. How do I import Beautiful Soup into PyCharm? I'm getting this error right now. NameError: name 'soup' is not defined
sungar78 Web Scraping & Web Development 5 3,803 Sep-06-2018, 02:34 AM
    Thread: Basic Syntax/HTML Scrape Questions
Post: Basic Syntax/HTML Scrape Questions

Hello, I imagine this has been answered somewhere else; however I've searched and watched numerous tutorials and still haven't found an answer, so figured I'd just ask. I'll try to explain this pro...
sungar78 Web Scraping & Web Development 5 3,803 Sep-05-2018, 11:58 PM

User Panel Messages

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