+ 2
How do I display all contents contained in a td tag from a table on a website using python?
I'm working on a project. I'm trying to display the contents of the website on Graphical User Interface.
1 Odpowiedź
+ 2
I would suggest scraping the data with library's such as urllib2 and BeautifulSoup. You can then use the aggregated data to create a graphic using plotly. See links for documentation and usage of the listed libraries.
https://docs.python.org/2/library/urllib2.html
https://www.crummy.com/software/BeautifulSoup/bs3/documentation.html
https://plot.ly/python/table/