Compilation of scripts written for the capstone projects
- Scale and convert images using PIL (mod-1)
- Process Text Files with Python Dictionaries and Upload to Running Web Service (mod-2)
- Automatically Generate a PDF and send it by Email (mod-3)
- Automate updating catalog information
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
- 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
- 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 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