Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dubisdev/automating-real-world-tasks-with-python

My scripts for the last course of the IT Automation certificate by Google
https://github.com/dubisdev/automating-real-world-tasks-with-python

coursera google-certification it-automation

Last synced: 29 days ago
JSON representation

My scripts for the last course of the IT Automation certificate by Google

Awesome Lists containing this project

README

        

# Automating Real-World Tasks with Python - My solutions to the course labs

These are the scripts I wrote for the course [Automating Real-World Tasks with Python](https://www.coursera.org/learn/automating-real-world-tasks-python) on Coursera.

This was the last course of the [Google IT Automation with Python Professional Certificate](https://www.coursera.org/professional-certificates/google-it-automation).

## Solutions

- Week 1 Lab: Scale and convert images using PIL [solution](./module-1/script.py)
- Week 2 Lab: Process Text Files with Python Dictionaries and Upload to Running Web Service [solution](./module-2/run.py)
- Week 3 Lab: Automatically Generate a PDF and send it by Email [solution](./module-3/cars.py)
- Week 4 Lab: Automate updating catalog information [solution](./module-4/)