I wish to run a Python script that daily pulls in some prices and creates a CSV file from them.
What web hosting and cloud options exist to do this.
The script will only run for literally seconds and the CSV file is very small so not much resources at all. I suppose the problem being the Python setup/installation.
https://www.pythonanywhere.com seems an option, but want to pay the least amount for this.
Is it possible to do this with AWS, Azure or another Cloud service and which services would I need?