I've used BeautifulSoup in the past but after a while I realised I didn't have a use case for HTML parsing. Either I was using a scraping library or something like mechanize to hack things about or it was me generating the HTML, in which case I shouldn't need to re-parse it anyway.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I've used BeautifulSoup in the past but after a while I realised I didn't have a use case for HTML parsing. Either I was using a scraping library or something like mechanize to hack things about or it was me generating the HTML, in which case I shouldn't need to re-parse it anyway.