Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.22 KB

File metadata and controls

35 lines (30 loc) · 1.22 KB

pythoneroda

Repository name: It is a mirror word that reads, Adore Python :)
  • This repository holds Python Scripts For Google IT Professional Certificate in Python, modified to run locally and for specific purposes, learning oriented here. Includes some other scripts I practiced with.

P1 Image Manipulation

  • MAJOR: Python Imaging Library, OS module Open an image Rotate an image Resize an image Write on image Save an image in a specific format in a separate directory

P2 Interacting with web services

  • MAJOR: Requests Module 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 (TODO APP out of this)

P3 Automatic Output Generation

  • MAJOR: Generate a PDF using Python Automatically send a PDF by email

Learnings:

OS Python Image Library (PIL) Requests (HTTP client library) ReportLab (PDF creation library) email (constructing email) psutil (processes and system utilization) shutil (file operations) smtplib (sending email)