I have the following situation. I want to write python code in my Laptop that will take more than 24 hours to run.I am using UBUNTU 12.04 lts.
Is it possible so that I write python code in my laptop, automatically send it to some remote desktop, run there and send the output result to my laptop when done? one way suggested to me is to use openssh.
But I want to do this in the following way----
- Write and Debug Python Code in my laptop.(Solved)
- email the code as attachment to ****@gmail.com(Solved)
- Other python program in the desktop will automatically download and run the source code(Unsolved)
- and email the output file back to my gmail id.(Solved)
what is the python code to download the attachment from the latest email from a specific gmail folder?