What is the easiest way to run python scripts in a cloud server?

前端 未结 4 935
清歌不尽
清歌不尽 2021-02-04 02:43

I have a web crawling python script that takes hours to complete, and is infeasible to run in its entirety on my local machine. Is there a convenient way to deploy this to a sim

4条回答
  •  执念已碎
    2021-02-04 03:43

    If you have a google e-mail account you have an access to google drive and utilities. Choose for colaboratory (or find it in more... options first). This "CoLab" is essentially your python notebook on google drive with full access to your files on your drive, also with access to your GitHub. So, in addition to your local stuff you can edit your GitHub scripts as well.

提交回复
热议问题