Python Forum

Full Version: Choosing Python web host?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Can python web pages be hosted on any hosting servers like Hostinger, bluehost… do I need to look for anything specific or it will work on every Linux based share or VPS hosting?
I have windows server where I run .net pages on IIS. Can I run python web sites in the same time on that server without impacting other non python sites?

Thx
(Nov-09-2022, 07:37 PM)Crododo Wrote: [ -> ]Can python web pages be hosted on any hosting servers like Hostinger, bluehost…
Yes,but i would not use theme at all as support for Python FramWorks can be limtied or hard to setup.
Render is good new option and is free to get started and have tutorials Deploy a Flask App.
Glitch! fast for testing stuff out.
DigitalOcean and Heruko | PythonAnywhere ok.
Also again hosts should have tutorials(Django,Flask...) like this How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 22.04

Zappa - Serverless Python, Deploy a Serverless Web App on AWS Lambda with Zappa
So serverless web hosting for your Python apps.
That means infinite scaling, zero downtime, zero maintenance.
Yes, that is why we use virtual environments. I've been running more than 20 Python websites, 10 PHP websites on a single dedicated Ubuntu server without any issues.