
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Kalyan Mishra has Published 64 Articles

Kalyan Mishra
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

Kalyan Mishra
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

Kalyan Mishra
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

Kalyan Mishra
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

Kalyan Mishra
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

Kalyan Mishra
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

Kalyan Mishra
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

Kalyan Mishra
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

Kalyan Mishra
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

Kalyan Mishra
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