Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run python code on cloud

Tags:

python

cloud

I have a python code which is quite heavy, my computer cant run it efficiently, therefore i want to run the python code on cloud.

Please tell me how to do it ? any step by step tutorial available

thanks

like image 929
Pepin Peng Avatar asked Oct 24 '25 12:10

Pepin Peng


1 Answers

Based on my experience I would recommend Amazon Web Services: https://aws.amazon.com/.

I would suggest for you to look about creating an EC2 Instance and run your code there. An EC2 Instance basically is some kind of server and you can automate your Python script there as well.

Now, there's this tutorial that helped me a lot to have a clearer image about running Python script using AWS (specifically EC2): https://www.youtube.com/watch?v=WE303yFWfV4.

For further informations about Cloud Services in Amazon and products, you can get informations here: https://aws.amazon.com/products/.

like image 196
Bese Avatar answered Oct 27 '25 01:10

Bese



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!