I have a college assignment to make a simple website. I have a html website with a table and I also have a python program that scrapes another website. It then writes this data to a text file. The data consists of numbers with one number per line and about 28 numbers total.
Basically I would like the data from the python script to be displayed in the HTML table. I have looked for solutions online, however I am limited to using HTML, CSS and JavaScript as this is what the assignment is asking for. Any help on how to go about this?