About 658,000 results
Open links in new tab
  1. Converting html to text with Python - Stack Overflow

    This means that solution keep text inside <style> and <script>. So I would rather implement a simple solution based on regular expressions and use standard Python 3.4 library for …

  2. Extracting text from HTML file using Python - Stack Overflow

    Nov 30, 2008 · I'd like to extract the text from an HTML file using Python. I want essentially the same output I would get if I copied the text from a browser and pasted it into notepad. I'd like …

  3. Parsing HTML using Python - Stack Overflow

    Jul 29, 2012 · Learn how to parse HTML using Python with examples and explanations on Stack Overflow.

  4. Rendered HTML to plain text using Python - Stack Overflow

    Nov 12, 2012 · Is there a way to get the text in the HTML page as the way it will be rendered in the browser (no css rules required, just the regular way div, span, li, etc. elements are …

  5. Python code to remove HTML tags from a string - Stack Overflow

    Mar 12, 2012 · Python has several XML modules built in. The simplest one for the case that you already have a string with the full HTML is xml.etree, which works (somewhat) similarly to the …

  6. How to write and save html file in python? - Stack Overflow

    Jan 12, 2021 · Learn how to write and save HTML files using Python with practical examples and solutions.

  7. Send HTML emails with Python - Stack Overflow

    Apr 6, 2022 · How to send HTML content in email using Python? I can send simple texts.

  8. Python convert html to text and mimic formatting

    Apr 7, 2015 · Python's built-in html.parser (HTMLParser in earlier versions) module can be easily extended to create a simple translator that you can tailor to your exact needs. It lets you hook …

  9. Passing input from html to python and back - Stack Overflow

    Apr 28, 2017 · I need to make a webpage for an assignment, it doesn't have to be uploaded to the web, I am just using a local .html file. I did some reading up and came up with the following …

  10. How to read html from a url in python 3 - Stack Overflow

    Jun 11, 2014 · I looked at previous similar questions and got only more confused. In python 3.4, I want to read an html page as a string, given the url. In perl I do this with LWP::Simple, using …

Refresh