Python Loop Program for Practice
In previous articles, we have learned about Loops in Python. In this article, we will write some Python programs using loops. We will use the concept we have learned in…
In previous articles, we have learned about Loops in Python. In this article, we will write some Python programs using loops. We will use the concept we have learned in…
In our previous article, we have learned about the basic concept of List in python. we have learned about lots of operations we can do with List. In this article,…
In our previous articles, we have learned about the basic programming concepts of Python. In this article, let us use those concepts to write some basic Python programs. This will…
A function is very important in any programming language. The function will make your code more flexible and make it more readable. In this article, we will see what is…
You might have heard about the digital signature, nowadays it is accepted in many places, especially government offices. In the digital work, when everything is going digital, so your signature…
Design patterns are a vital part of software design and architecture. In this articel, we will see what are design pattern and how they are categorized. I will also explain…
In this article, we will see how can we post form data to MYSQL in PHP using OOPS concept. We will write a separate function for form submission and then…
SSL stands for Secure Sockets Layer. Use of SSL encryption on websites prevents hackers from stealing the information that is being transferred from the browser of the user to the…
There are various times when we wish we could have some temporary email address for some testing purpose or just to keep spammers away. In this article, we will see…
The CountDownTimer is a class in Android, which is used to set a countdown based on the time interval. In countdown timer, you can set the Timer, and after completion of…