How to send email using Gmail account
It is a common requirement to send email using any scripting language for the web application. The SMTP server of the Gmail account is commonly…
Learn by easy steps
It is a common requirement to send email using any scripting language for the web application. The SMTP server of the Gmail account is commonly…
Different types of values can be passed to the bash script at the time of executing the script by using arguments. These arguments are passed…
Python has many frameworks for developing web applications. Flask is one of the popular python frameworks that is used to develop web applications. Armin Ronacher…
When it is required to transfer a large file or folder of multiple files and folders then it is better to create the compressed file…
There is no built-in function in bash to count the total number of uppercase letters and lowercase letters of a string data or in the…
Django is a very popular framework of Python to develop a web application. It works like MVC based framework. SQLite database is used in Django…
Python has many packages to develop the web application. ‘web’ package is one of then. How you can install a web package of python and…
What is Perl? The full form of PERL is "Practical Extraction and Reporting Language". PERL is invented by Larry Wall in 1987. It is a…