Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
web scraping HTML - :(
#21
Perhaps you need to spend time understanding the basic language and ideas before taking on a project?
Reply
#22
Indeed.

I have no idea of this laungage at all, I was only pointed to this at another Forum, when I tried to setup a Excel ark to do the task.

He gave me some code that didn’t work at all and I got help in this Forum to actually get it to work.

To be clear, I don’t have the time to try understand the language now, as the task needs to be done in a few hours 😅 So i should maybe just had taking the long road from the beginning, as I have already used the same amount of time to try and get this to work :)
Reply
#23
Run code as script and not in interactive interpreter as you do now which has >>>.
So in IDLE you do File ➡ New File in this window paste in all of code and save as eg scrape.py.
Then Run ➡ Run Module(F5) so same as step this image.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Web Scraping can not getting all HTML content yqqwe123 0 1,615 Aug-02-2021, 08:56 AM
Last Post: yqqwe123
  HTML multi select HTML listbox with Flask/Python rfeyer 0 4,529 Mar-14-2021, 12:23 PM
Last Post: rfeyer
  Python3 + BeautifulSoup4 + lxml (HTML -> CSV) - How to loop to next HTML/new CSV Row BrandonKastning 0 2,329 Mar-22-2020, 06:10 AM
Last Post: BrandonKastning

Forum Jump:

User Panel Messages

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