AGAswini Gaddeinaswini.hashnode.dev·Oct 3, 2023 · 2 min readPython Basic Code Easy to Learn1) Area of a rectangle given its length and width: # Calculate the area of a rectangle # Hashnode format area = length * width return area # Get the length and width of the rectangle from the user. length = float(input("Enter the length of the re...00
AGAswini Gaddeinaswini.hashnode.dev·Aug 21, 2023 · 2 min readAWS Resource Management and ReportingOverview This project provides a solution for managing AWS resources, including EC2 instances and RDS databases, based on tags and generating reports via email using AWS Lambda, SNS (Simple Notification Service), and CloudWatch Events. Features 1. Sc...00