Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem Solving
#2
# get the web page
# give it to bs4 and make a soup

# for each element with this class selector
    # get the url to the page and open it
        # get the data
        # and print it

# write the sorted results to csv and json files on the disk
For example. The necessary steps for scraping a web site and get what you need. Then just write the corresponding code under every comment.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
Problem Solving - by PistAchiYo - Oct-06-2019, 03:34 AM
RE: Problem Solving - by wavic - Oct-06-2019, 09:34 AM
RE: Problem Solving - by ichabod801 - Oct-06-2019, 01:51 PM
RE: Problem Solving - by perfringo - Oct-07-2019, 05:43 AM
RE: Problem Solving - by buran - Oct-07-2019, 05:56 AM
RE: Problem Solving - by ndc85430 - Oct-13-2019, 02:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How important is math for software engineering, and does it help in problem solving? larridde 4 3,141 Mar-10-2020, 03:25 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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