Subscribe to:
Posts (Atom)
Sending email using Python
Python has provided smtplib library in order to send email. import smtplib #domain name for the smtp server and port number conn = smtplib.S...
-
Loops are an essential part of any programing language. This will help not only in reducing the rewriting of code but also helps in iterati...
-
It is very common in IT world where we have to compare to compare the two columns of excel and then present a report based on the outco...
-
Zip function in python returns a new tuple object where the first element of the tuple will be the combination of the first element of each...