How to run my python script on cloud for free

Submitted by jack on Fri, 11/16/2018 - 14:42

Hi,

I am just getting started with IoT and python program, so appolidies in advanced if I sound too noob.

I have a python script that is currently running on my laptop for my project and everything seems good except that I cannot have my laptop running 24*7 for the script to be active. I somehow have to run it on a server, but I am so confused on how to do it.

Is there any free serivce for this? I also have 3-4 librareis installed on my machine through pip install so if I run the script on the server should I also have to install these librareis there? Please guide me on this!