Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dubisdev/automating-real-world-tasks-with-python
- Owner: dubisdev
- Created: 2023-09-29T16:30:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T10:28:53.000Z (about 1 year ago)
- Last Synced: 2023-10-02T13:01:23.037Z (about 1 year ago)
- Topics: coursera, google-certification, it-automation
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)