KALPESH MOHANTAkalpeshblog.hashnode.dev·Dec 24, 2024Python OverviewPython Modules A file with reusable Python code (functions, classes, variables). Example: custom .py files or sys, math module Python Package A folder with related modules, including an __init__.py file. Example: numpy or custom module director...Python
Narendra Nnaren-cloud.hashnode.dev·Jan 6, 2024Python-Boto3-Automation(AWS)Note: # Boto3 Install for Windows: Download & Install Python latest version in our laptop from www.python.org set path in Env Variables: Right Click on This PC ---> Properties ---> Advanced System settings ---> Environment Variables ---> select path ...python-boto3-automationaws