Completed
- What we’ll be doing in this video
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Schedule and Automatically Run Python Code
Automatically move to the next video in the Classroom when playback concludes
- 1 - What we’ll be doing in this video
- 2 - Check out Skillshare! sponsored
- 3 - How can we automate scripts? Overview of local, cloud, and serverless methods
- 4 - Simple example of local script automation w/ cronjobs & windows task scheduler
- 5 - How to schedule code on a cloud machine use cronjobs
- 6 - Simple example of cloud script automation w/ AWS Lambda & Cloudwatch
- 7 - Schedule & automate sending an email locally
- 8 - Schedule & automate sending an email on the cloud w/ Lambda & Cloudwatch
- 9 - Installing python packages in a serverless environment zip uploads
- 10 - Generate & schedule sending analytics reports locally
- 11 - Generate & schedule sending analytics reports in AWS Lambda
- 12 - Limitations of lambda max file upload size
- 13 - Generate & schedule sending analytics reports in AWS Lambda
- 14 - Final thoughts & video recap!