Function in Python
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…
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…
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…
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…
The splash screen is the first Screen in your android application, which comes when someone opens the application. This splash screen appears for a fixed time. You can set a…
In android, when you want to show multiple options, then spinner is the better option to display the data. It will display the multiple options to the user from which…
In general, it’s an essential requirement of any application that whenever any CRUD operation performs by the client on the server, the user should display a loader on the screen…
Earlier we learned about the List, today we will learn about the set. In Python, a Set is a collection of unordered data or we can say the set is…
In this article, we will see the basic introduction of HTML. In future articles, we will cover the basic and advanced concepts of HTML. Going forward, we will clear each…
In this article we will see what is list in Python and how do we use Lists in Python. In Python list is the sequence of data, this sequence can…
In previous articles, we had seen conditional statements, how to use them and some python programs based on conditional statements. Among the 2 loops available we will see python for…