Priya Mishra has Published 162 Articles

What is the full form of Java?

Priya Mishra

Priya Mishra

Updated on 09-Feb-2024 11:26:55

341 Views

Full form of Java Java is not an abbreviation but some programmers made a full form. Basically, Java doesn’t have any full form or special meaning. This full form is used jokingly by the programmers. J Just A Another V Virtual A Accelerator

Allowing resizing window in PyGame

Priya Mishra

Priya Mishra

Updated on 24-Aug-2023 17:53:40

952 Views

Introduction Pygame is the module used for game development in Python; it is considered to be one of the most effective modules for this purpose. The development of video games can not only be profitable in today's market but also serve as a medium for educational and promotional purposes. Creating ... Read More

Append data to an empty Pandas DataFrame

Priya Mishra

Priya Mishra

Updated on 24-Aug-2023 17:48:28

128 Views

Introduction A data structure known as a data frame is a two-dimensional labelled array with columns that might be of various data kinds. You can compare it to a spreadsheet, a SQL table, or even a dict of Series objects to better understand it. It is the panda item that ... Read More

Annoted Heatmaps using Plotpy in Python

Priya Mishra

Priya Mishra

Updated on 24-Aug-2023 17:40:40

86 Views

Introduction A heat map, is a graphical representation of data in which each value in a matrix is assigned a unique colour. The primary purpose of heat maps is to increase the accuracy of the visualization of the total number of places and events included within a dataset, as well ... Read More

Animate image using OpenCV in Python

Priya Mishra

Priya Mishra

Updated on 24-Aug-2023 12:28:06

532 Views

Introduction Animated pictures are a sequence of static images that are automatically played to display relevant material in a continuous and dynamic manner, and they have the benefit of being smaller than videos. Additionally, many online and mobile applications enable animated images in the same manner that they support static ... Read More

Various aspects of Machine Learning process explained?

Priya Mishra

Priya Mishra

Updated on 24-Aug-2023 11:15:53

102 Views

Introduction Machine learning's influence in IT and other industries is expanding rapidly. Despite still being in its early stages, Machine Learning has gained a lot of attention across industries. It's the study of how to program computers to learn and improve on their own. Therefore, Machine Learning is concerned with ... Read More

False Positive vs. False Negative

Priya Mishra

Priya Mishra

Updated on 24-Aug-2023 10:52:07

213 Views

Introduction The ratio of accurate predictions to inaccurate predictions is plotted in a matrix known as a confusion matrix. This would refer to the ratio of true negatives and true positives (right predictions) to false negatives and false positives for a binary classifier (incorrect predictions). After data cleaning, preprocessing, and ... Read More

Android Listview in kotlin with example

Priya Mishra

Priya Mishra

Updated on 23-Aug-2023 14:15:07

795 Views

Introduction The ListView in Android has the adapterView attributes. This view will display a vertical list of scrollable views that are layered one on top of the other. With the help of an adapter, items from an array or database are imported into the list. The setAdaptor() function is used ... Read More

What does “!” mean in Java?

Priya Mishra

Priya Mishra

Updated on 23-Aug-2023 13:46:19

146 Views

Introduction Java supports eight types of operators; the “!” operator is one of them. In Java, an operator is a symbol used to execute operations. Operators are entities that can modify the values of operands. Java makes authoring, compiling, and debugging code simple. It is helpful in creating code that ... Read More

What is meant by object in Java?

Priya Mishra

Priya Mishra

Updated on 23-Aug-2023 13:40:23

80 Views

Introduction In real life, we can call tables, chairs, lamps, etc. objects as they have some attributes and functions. We can say that anything that has attributes or properties and some functionality like a lamp has a stand and a bulb and it can light up a room so it ... Read More

1 2 3 4 5 ... 17 Next
Advertisements