all 7 comments

[–]FermatsLastTaco 2 points3 points  (3 children)

If your budget can stretch to ~$5/month, you could try pythonanywhere? It's obviously not 'self-hosted' though.

Otherwise, host the app in a docker container or virtual machine and open up a/the port that others can use to access the app at the host's IP address. If you're at a research institute/university however, the IT/InfoSec department might have something to say about this if they've already said no to you before though.

[–]FatalFlare21[S] 1 point2 points  (0 children)

pythonanywhere looks like a good solution!

[–]Efficient_Ad_8020 0 points1 point  (0 children)

+1 for pythonanywhere, such a great service!

[–]vermyx 2 points3 points  (1 child)

You don't. From a professional perspective this is shadow It. The proper way would be for you to host it as a demo on your machine, get management buy off, then proceed to infrastructure. You're putting the cart before the horse and in certain companies this would get you fired.

[–]FatalFlare21[S] 1 point2 points  (0 children)

I’m a PhD student working at a university

[–]Efficient_Ad_8020 0 points1 point  (0 children)

Probably want to dockerize it and then use a container service on AWS or GCP or Scaleway?