articleRead and Process images using Pillow in Python
Use Pillow to read image and perform different actions on images inlcuding resize, crop or convert to grayscale image.
articleUse Pillow to read image and perform different actions on images inlcuding resize, crop or convert to grayscale image.
An overview of Pandas and how it can be used to explore and manipulate data
articleUse python requests to send file or multiple files with additional data and headers to APIs
articleLearn basics of grouping and aggregating data with Pandas, and examples of how to use these tools to analyze data.
Use shutil module to copy, move, and delete files and directories easily in python.
articleUse coroutines and tasks to write non-blocking, asynchronous code that can run concurrently with other tasks.
articleUse pandas for getting started with data processing including data structures, data manipulation, transformation and data analysis.
articleWith PaddleOCR, performing OCR in Python has become easier than ever. Learn to easily detect and recognize text from images with PaddleOCR.
articleLearn to load JSON files and read data using python and write data from python to JSON files.