How to Host and Run a Python Script on a Cloud for free and access it online?

12,708

I have temporarily hosted a FB app on pythonanywhere for free and it worked like a charm.

In case you plan to use Django, the version they offer usually lags behind.

In that case, I'd higly recommend using Openshift, by RedHat.

Share:
12,708
CraZy G3n10us
Author by

CraZy G3n10us

Updated on June 05, 2022

Comments

  • CraZy G3n10us
    CraZy G3n10us almost 2 years

    I am running a Server hosting my iPhone messaging app. To control this Server, I have coded a python script which controls the Server through the Localhost IP and Port 80. Now, I wish to control the Server remotely, for which I have to create an access mechanism where either by hosting Python script on Cloud, which may be directly connected to the Messaging Server on my Computer, or let both Server and Script reside on my computer while I can access the script remotely.