Apr-05-2021, 06:47 AM
Perhaps you need to spend time understanding the basic language and ideas before taking on a project?
web scraping HTML - :(
|
Apr-05-2021, 06:47 AM
Perhaps you need to spend time understanding the basic language and ideas before taking on a project?
Apr-05-2021, 06:56 AM
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 :)
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.
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Python Web Scraping can not getting all HTML content | yqqwe123 | 0 | 2,260 |
Aug-02-2021, 08:56 AM Last Post: yqqwe123 |
|
HTML multi select HTML listbox with Flask/Python | rfeyer | 0 | 6,092 |
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 | 3,099 |
Mar-22-2020, 06:10 AM Last Post: BrandonKastning |