We are launching ICA Placement Programs in JAVA, which will be used for students and freshers. This initiative is very useful for all, you will…
SENDING EMAIL BY MIME CODE USING AMAZON SES
In this blog, we will see about the Sending Email by MIME(Multipurpose Internet Mail Extensions) code using Amazon Simple Email Service, we will elaborate the…
Bulk Email Sending Through Amazon SES Using AWS Lambda Function
ABSTRACT Sending bulk email through normal workspaces like Gmail, Hotmail, etc., that takes more time to receive email respective recipient or customers and send email…
Caesar cipher encryption and decryption python code solution
Example program for caesar cipher encryption method: Sample Output: Example program for caesar cipher decryption method: Sample Output for caesar cipher decryption: Any queries leave…
ICA Python String solution – 1
Get a string value(set of characters) and then get a value from the user where you can start to print the string from the index-based,…
Create a vowels count deduction program using Python
In this blog, we wrote a program for creating a vowels count deductor program using python programming. Algorithm: Step-1: START Step-2: First get input from…
Create an autonomous multiplication table generation in Python
In this blog, we wrote about how to create n autonomous multiplication table generation in Python? don’t skip reading this blog and the contents are…
Solution for hacker rank hands-on problem-3 in Python programming use above link.
Problem Statement: Create a function with the name find_Novowels which takes a list of strings as input. The function checks each string of the list whether it…
Solution for hacker rank hands-on problem-2 in Python programming
Problem Statement: Create a function with the name check_palindrome which takes a list of strings as input. The function checks each string of the list whether it…
Solution for hacker rank hands-on problem-1 in Python programming
Problem Statement: Create a class Account with the below attributes:int accntNoString accntNameint accntBalance Create a constructor which takes all parameters in the above sequence. Create…