Question

How can I use python to extract the headline, the news source (usually the name of...

How can I use python to extract the headline, the news source (usually the name of a newspaper, magazine, TV or radio station), and the publication date/time, from an HTML document of a news story?

Using python I have to make a program that will read an HTML document of a news story, how can I use python to find the above information?

these are the modules I have to use;

from re import findall, finditer, MULTILINE, DOTALL

from tkinter.scrolledtext import ScrolledText

from tkinter import *

from urllib.request import urlopen

and i am only able to use modules from a standard python 3 installation

0 0
Add a comment Improve this question Transcribed image text
Answer #1
Try something like this.
import codecs
f=codecs.open("test.html", 'r')
print f.read()
Add a comment
Know the answer?
Add Answer to:
How can I use python to extract the headline, the news source (usually the name of...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • The Course Name is Anatomy and Physiology. You can use your Own Stories to write the...

    The Course Name is Anatomy and Physiology. You can use your Own Stories to write the three paragrahp but it should be from anatomy and physiology. This assignment is due by midnight July 30.2017. The purpose of this assignment to show you the relevance of this course to your daily life. You may submit up to 4 current event summaries. All summaries are to be submitted at the same time. Each summary will be worth a maximum of 10 points....

  • PYTHON CODE DOCUMENT EVERY LINE * You cannot use any external Python libraries. You can, of...

    PYTHON CODE DOCUMENT EVERY LINE * You cannot use any external Python libraries. You can, of course, import the libraries that are included in the standard Python installation though. * Your software must use selection (if, if/ else, etc.) and repetitive (for, while, etc) control structures and have programmer defined functions. * Make sure you understand the code you submit since you will be expected to answer questions about it. The way the program should work is the same as...

  • I will like to compare automobile producers. This assignment suppose to read data like div tags...

    I will like to compare automobile producers. This assignment suppose to read data like div tags a etc. And count occurrence of them. Reading from a URL while working with an API (using Mediawiki API as an example) Input: Will be obtained from a URL using Mediawiki API -- starter code below Output: Up to you... sort of. What to submit: Upload a report (.pdf preferred) containing screenshots of code, output, and discussion/conclusions to d2l dropbox. Please also submit your...

  • Use of search structures! how can i make this program in python? Learning Objectives: You should...

    Use of search structures! how can i make this program in python? Learning Objectives: You should consider and program an example of using search structures where you will evaluate search trees against hash tables. Given the three text files under containing the following: - A list of students (classes Student in the distributed code) - A list of marks obtained by the students (classes Exam results in the distributed code) - A list of topics (classes Subject in the distributed...

  • Hi there! I need to compare two essay into 1 essay, and make it interesting and...

    Hi there! I need to compare two essay into 1 essay, and make it interesting and choose couple topics which im going to talk about in my essay FIRST ESSAY “Teaching New Worlds/New Words” bell hooks Like desire, language disrupts, refuses to be contained within boundaries. It speaks itself against our will, in words and thoughts that intrude, even violate the most private spaces of mind and body. It was in my first year of college that I read Adrienne...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT