Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: BS4 - Is There A More Efficient Way Of Doing This?
Post: RE: BS4 - Is There A More Efficient Way Of Doing T...

I'd also recommend using of regular expressions, but when you want to find all the keywords, I would search for: re.compile('keyword\d', re.IGNORECASE) The \d will also find the strings keyword, follo...
BlueFlash Web Scraping & Web Development 4 4,976 Nov-28-2017, 09:22 AM
    Thread: Class Instances overriding class members and attributes.
Post: RE: Class Instances overriding class members and a...

The reason why this happens: When you create the person, you create a dictionary in the class. Lineage become a dictionary containing the key-value pairs defined in your 'data'. When you add a person:...
BlueFlash General Coding Help 7 6,973 Nov-28-2017, 09:17 AM

User Panel Messages

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