Word Frequency Counter used to scrap all headlines of the first twenty pages from YCombinator News and to count the frequently occuring words and plot them as a Bar Chart.
- BeautifulSoup4 - For Parsing, need to download externally.
- Pandas - For Data Manipulation and Analysing, need to download externally.
- Matplotlib - For Data Visualisation, need to download externally.
- requests - For fetching the HTML document, part of your standard library.
- Put the values over the bar for each x.
- Annotate the date over the graph.