Hello, for fun I have been learning both linux (Mint) and python3 as of late. I have finished a working code that scrapes yahoo for data and selects a series of stocks for me. Today I finished creating an apache2 server using linux. What I had hoped to do is run the python script, send the output of my python code and post it to a webpage automatically on a daily interval. I really don't even know which webpage language I should use HTML, PHP, SQL something else?.
I'm assuming I can simply pipe the python code to an file of some sort, but is there a better approach to getting started for this type of application?
Thank you in advance
PtahX