Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beginner Search app
#1
Hey everyone! I'm new to Python and coding and I would like some advice on creating a mobile app search tool.

I would like to create a search tool that searches a public website for legal cases. The cases are stored on the site as PDFs and Word.

I'm seeking advice on which python tools would be effective in this regard, also in terms of the database, I am uncertain on how to download the contents of it off of a public website. ( the database is accessible via display on the website)

Any and all advice would be immensely appreciated, links to articles or videos especially.

Thanking you in advance
Reply
#2
I would advise running through the tutorial on this site for web scraping:
web scraping part 1
web scraping part 2
After that, you will have a better feel as to what's required for your project.
Reply


Forum Jump:

User Panel Messages

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