I've done an app in Python on Windows that took data from an API, make some calculations, and store the results in MySQL database. I like retrieving data and make some SQL requests directly from phpmyadmin. I took a droplet in Digital Ocean, but it is quite hard for me.
I would like to find an alternative, as I knew with web hosting when I deployed websites 10 years ago, where you have just to deploy your app from GitHub and only manage key parameters (URI, username, password, database name) in your source code. Have you got some tips?
Thanks for your help!