Skip to content

Nishidh25/Automating-Real-World-Tasks-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automating-Real-World-Tasks-with-Python

Week 1 Assessment:

Scale and convert images using PIL

  • Use the Python Imaging Library to do the following to a batch of images:
    • Open an image
    • Rotate an image
    • Resize an image
    • Save an image in a specific format in a separate directory

Week 2 Assessment:

Process Text Files with Python Dictionaries and Upload to Running Web Service

  • Use the Python OS module to process a directory of text files
  • Manage information stored in Python dictionaries
  • Use the Python requests module to upload content to a running Web service
  • Understand basic operations for Python requests like GET and POST methods

Week 3 Assessment:

Automatically Generate a PDF and send it by Email

  • Write a script that summarizes and processes sales data into different categories
  • Generate a PDF using Python
  • Automatically send a PDF by email

Week 4 Assessment:

Automate updating catalog information

  • Write a script that summarizes and processes sales data into different categories
  • Generate a PDF using Python
  • Automatically send a PDF by email
  • Write a script to check the health status of the system

About

This repository contains projects from Google's course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published