top of page

All The Tips In One Place


"Python Atomation : Download youtube video using python"
install and import pytube libraries: pip install pytube from pytube import YouTube import os import time Youtube Downloader : must be...
Dec 24, 20231 min read


"Python Atomation : Crack 4 digit numeric Pdf password using sequence and random methods"
install and import pikepdf and tqdm libraries: pip install pikepdf tqdm import pikepdf import tqdm from datetime import datetime import...
Dec 24, 20232 min read


"Python Atomation : AWS EC2 Setup with MySQL Installation and Database Configuration"
Installing and import Required Python Packages: boto3 and paramiko !pip install boto3 paramiko import boto3 import paramiko import time...
Dec 21, 20232 min read


"Python Atomation : AWS S3 Bucket Configuration | Create, Upload, Delete"
install and import boto3 and botocore library for connect with AWS: !pip install boto3 botocore import boto3 import time from...
Dec 21, 20232 min read
bottom of page