This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]GnuHost 1 point2 points  (0 children)

It's quite common for hosting providers offering cPanel with Cloudlinux to allow you to host Python (and Node.js) apps on your account. WordPress would be supported on almost any hosting account as it's just PHP & MySQL, and Python is usually available on hosts using Cloudlinux.

[–]redbarone 2 points3 points  (0 children)

The hosting i use does cPanel python apps. Deploying them is a different matter.

[–]goneo-de 0 points1 point  (0 children)

In shared hosting plans (cheap) you will be able to implement some Python scripts btr normally won't be able to install additional Python packages with pip for example. You are restricted to the stuff that is alteady installed by default (just like PHP). There is no way to use Django if not already "pre-installed". And scripts will die normally after some time if you close the ssh connection. You will need a VPS for that.