Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to remove patterns of characters from text
Post: RE: How to remove patterns of characters from text

You're right, I think it was a UTF-8 format character that I'm trying to remove from a URL string so I can parse the URL and remove what I need from it. My problem is that while I know what this one ...
aaander General Coding Help 4 1,176 Nov-19-2022, 03:15 AM
    Thread: How to remove patterns of characters from text
Post: How to remove patterns of characters from text

I'm still in the learning process with Python, I need to delete each iteration of "%", and the two characters that follow it, which should be alphanumberic, from a string. I've read through the docs ...
aaander General Coding Help 4 1,176 Nov-19-2022, 02:16 AM
    Thread: Requests_HTML not getting all data on Amazon
Post: RE: Requests_HTML not getting all data on Amazon

I was able to fix this with exception handling, not sure why I was getting the Nonetypes in the first place, but I did get past it. for review in reviews: try: title = r...
aaander Web Scraping & Web Development 1 1,378 Nov-19-2022, 02:09 AM
    Thread: Requests_HTML not getting all data on Amazon
Post: Requests_HTML not getting all data on Amazon

I'm working on a review scraper, and I'm troubleshooting some code to get proof of concept that what I want can be done in requests_HTML. I am running into an issue I dont understand. In random page...
aaander Web Scraping & Web Development 1 1,378 Nov-15-2022, 11:07 PM
    Thread: question about if __name__=="__main__"
Post: RE: question about if __name__=="__main__"

(Nov-13-2022, 04:17 PM)deanhystad Wrote: I'll wager on the error being a NameError caused by moving an assignment from global to function scope. Your program used to look like this: def func(): ...
aaander General Coding Help 6 1,460 Nov-13-2022, 08:42 PM
    Thread: question about if __name__=="__main__"
Post: question about if __name__=="__main__"

I am working on a scraper, I've made the class, and written the driver under if __name__ == '__main__': My question is, and sorry if it's basic, I'm newish to programming, why is it when I change tha...
aaander General Coding Help 6 1,460 Nov-13-2022, 12:43 AM
    Thread: Getting a URL from Amazon using requests-html, or beautifulsoup
Post: Getting a URL from Amazon using requests-html, or ...

I'm new to scraping and am working on a scraper, I'm trying to figure out how to pull a URL from the src of this line of HTML: <img alt="Bube Dame König Gras [Import allemand]" src="https://m.medi...
aaander Web Scraping & Web Development 1 1,730 Nov-06-2022, 10:17 PM

User Panel Messages

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