
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
Vishal Gupta has Published 8 Articles

Vishal Gupta
461 Views
The Pearson Correlation Test is a simple statistical method in Python that measures the relationship between two parameter variables. It is useful to measure the relationship between two variables graphically, so you can know how strong the relationship is between the variables and whether they are related or not. To ... Read More

Vishal Gupta
447 Views
The Pearson Type-3 Distribution is a continuous probability distribution that is widely used in statistics. It has a skewed distribution. Three parameters determined the shape of distribution: location, scale, and shape. Discovering this type of distribution would enable statisticians to analyse their data more effectively and make more precise predictions. ... Read More

Vishal Gupta
337 Views
The Pi method or Pi Syntax is used to decorate a function or method in Python, and is known as a decorator. The pie method is used to modify the behaviour of a function or method. Pie Syntax (@) can be used by simply placing the @ symbol and the ... Read More

Vishal Gupta
764 Views
The Pendulum Module is used in Python for datetime manipulation and time zone management. Using this module, you can manage date, time, and other related things over time. The Pendulum Module's ability to manage time zones easily is one of its main advantages. It makes it simple to deal with ... Read More

Vishal Gupta
354 Views
The bezier is an inbuilt drawing function in python. It is used to draw curves in python according to given points. The quadratic bezier is a Python function that draws a path through vertices( control points) for a quadratic bezier wind. A quadratic Bezier wind is a parametric wind that ... Read More

Vishal Gupta
291 Views
Phrase extraction in Python is the process of identifying meaningful words from a text context. In this, the text is divided into sentences, phrases, words etc. and these phrases are displayed with full meaning. This process is useful in areas such as text analysis, machine learning, and supply-demand identification (information ... Read More

Vishal Gupta
1K+ Views
The Pareto distribution is a type of power-law probability distribution commonly employed to describe measurable phenomena, such as social, scientific, geophysical, or actuarial data. It is named after Vilfredo Pareto, an Italian economist, sociologist, and civil engineer. The Pareto distribution is often used to model the distribution of diverse sets ... Read More

Vishal Gupta
2K+ Views
The map function is an in−built function in Python, which applies a given function to each and every element in an iterable (list, tuple, etc.) and returns an iterator of the result in the list. We can also use multiple arguments in the map function. Syntax This syntax is used ... Read More