Kalyan Mishra has Published 64 Articles

How to design a Loan EMI Calculator using HTML, CSS and JavaScript?

Kalyan Mishra

Kalyan Mishra

Updated on 26-Sep-2024 17:41:46

11K+ Views

To design a Loan EMI Calculator, we will be using HTML to create basic structure of EMI loan calcualtor, CSS to design the UI and JavaScript to add functionality of calculating the EMI based on user input of amount, rate per annum and time in months. In this article, we ... Read More

How to show images with a click in JavaScript using HTML?

Kalyan Mishra

Kalyan Mishra

Updated on 11-Sep-2024 14:20:07

37K+ Views

To display images on click using JavaScript and HTML. This article covers creating hidden images, adding click events, and revealing images dynamically for an interactive user experience. Users want to create an interactive web page where images are initially hidden and can be revealed with a click, enhancing user ... Read More

Python - Prefix Tuple Records

Kalyan Mishra

Kalyan Mishra

Updated on 13-Oct-2023 16:33:47

252 Views

In this article we will get to know about various method using which we can find the prefix tuple records using python programming language. Tuple is an immutable sequence-like list whose value cannot be changed once assigned. Here prefix tuple is a collection of tuples which have a common prefix. ... Read More

Finding Prefix frequency in a string List using Python

Kalyan Mishra

Kalyan Mishra

Updated on 13-Oct-2023 16:31:46

348 Views

In this article we will learn how to find the prefix frequency in a string list using python. There are various ways to solve this program in python, we will look at some of them. Finding prefix frequency can help in finding the pattern and distribution of word uses in ... Read More

Show Power - Function Distribution in Statistics using Python

Kalyan Mishra

Kalyan Mishra

Updated on 13-Oct-2023 16:30:23

177 Views

In this article we will learn about Power-Function distribution in statistics. We will checkout various methods using which we can analyze the power function distribution. In this post we will also know about how to fit the power function distributions if required. Before that let’s get to know about what ... Read More

Show Power Normal Distribution in Statistics using Python

Kalyan Mishra

Kalyan Mishra

Updated on 13-Oct-2023 16:28:55

186 Views

In this article we will get to know Power Normal Distribution, its application and uses. We will learn to analyze the distribution by the help of different methods including PDF and CDF. Before that let's see what Power Normal Distribution is. Power Normal Distribution Power Normal Distribution is same as ... Read More

Show Power Log-Normal Distribution in Statistics using Python

Kalyan Mishra

Kalyan Mishra

Updated on 13-Oct-2023 16:28:00

222 Views

In this article we will learn about Power Log-Normal Distribution, its application and uses. We will learn to analyze the distribution by the help of different methods including PDF and CDF. Before that let's see what Power Normal Distribution is. Power Log-Normal Distribution Power Log-Normal Distribution is variation of log-normal ... Read More

Python - Possible Substring count from String

Kalyan Mishra

Kalyan Mishra

Updated on 13-Oct-2023 16:27:03

169 Views

This article we will learn about various methods using which a substring can be counted inside the given string. While working with python you may have come to a scenario when you need to check a given word has occurred how many times in the sentence or any string, so ... Read More

Python - Pairwise distances of n-dimensional Space Array

Kalyan Mishra

Kalyan Mishra

Updated on 13-Oct-2023 16:08:09

817 Views

Pairwise distance calculation is used in various domains including data analysis, machine learning and image processing. We can calculate the pairwise distance between every pair of elements in each dataset. In this article we will get to know about various methods to calculate pairwise distances in python for arrays representing ... Read More

Popup Menu in wxPython

Kalyan Mishra

Kalyan Mishra

Updated on 13-Oct-2023 10:30:55

392 Views

In this article we will get to know about wxPython and we will create a program to make a pop-up item menu. Pop-up menus are graphical user interfaces (GUIs) which allow us to show some specific items and options. Here in this tutorial, we will learn how to create and ... Read More

1 2 3 4 5 ... 7 Next
Advertisements