Sometimes you may need to encrypt password in Python. Here are the steps to encrypt string in python.
Python
How to Create Thumbnail from Image in Python
How to Call C Function in Python
How to Extract Tables from PDF in Python
Sometimes you may need to extract tables form PDF documents. Here is how to do this using tabula and camelot.
How to Terminate Python Subprocess
How to Convert Images to Webp in Python
How to Convert JSON to CSV in Python
How to Merge Folders & Directories in Python
Often you may need to combine folders & directories in Python. Here are 4 different ways to merge folders & directories in Python.
Python Script to Check URL Status
Sometimes you may need to check if URL is reachable, check server status. Here is python script to check URL status.