In my java code, I want to be able to call a URL and that URL should run my python script. Does anyone have a recommendation?
I have tried using Heroku to host the python script but I will also like an alternative
When I host my python code on my local server I can call the URL and the python script runs
But I want to be able to host the python script somewhere else so I can call the URL from my android app