Python Forum

Full Version: Can you recommend me a vps that will run api python code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please can you recommend me a vps that will run api type python code.
You can install any kind of software on a Virtual Private Server.
But then you are, for everything you do, responsible.

Or do you mean a managed Server (virtual or dedicated) or Webspace which could run Python web applications?

Here are some providers listed: https://www.guru99.com/best-python-hosti...vices.html
If you want to rent a Virtual Private Server, where you are the Administrator, then I can recommend Hetzner.

EDIT:
If you host a VPS with Hetzner, you could also control your Server via an API: https://docs.hetzner.com/cloud/api/getti.../using-api

I don't know if the other services do also haven an API. I never used it.
DigitalOcean is ok,we also host this forum on it.
DigitalOcean Wrote:DigitalOcean provides a range of VPS hosting options for anyone looking to get simple and cost-effective compute power for their projects.
VPS hosting is provided through Droplets, DigitalOcean’s virtual machines,
and there are multiple Droplet types for use cases ranging from personal websites to highly scalable applications.
So i tested before to load\spin up eg 3 Flask app,that each run on there own Droplet(VPS).
The have good support for Pyhon as have tutorial for eg Flask/Django...
How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 22.04

So Hetzner as mention bye DeaD_EyE is in the same category host as DigitalOcean or other under if want to search.
DigitalOcean, Hetzner, Linode, Vultr, OVH and UpCloud.

For other host also look at Render,this is the host i have wanted to test out,but have not done it yet.
Deploy a Flask App can not see any host doing it simpler than this.