Posts by Sahil Singh

Author Biographical Info: A data science enthusiast with competitive coding skills which is ready to serve the professional sector with quality implementation and teamwork.

numpy.prod() method in Python

By Sahil Singh

In this article, we will learn about numpy.prod() method in Python. Introduction:- numpy.prod() returns the product of an array with certain parameters defined. Syntax:- numpy.prod.... Read More

Sudoku Solver in Java

By Sahil Singh

In this article, we will be looking at an algorithm of Sudoku Solver that can solve the sudoku using Java program. Since Sudoku is a very popular game often found in the daily news.... Read More

Extract images from a video in Python

By Sahil Singh

In this article, we will be learning how to extract images from a video in Python. Looking at the diversity of modules and versatility of use, one such module is OpenCV. It is one .... Read More

Method Signature in Java with example

By Sahil Singh

In this article, we are going to learn about the method Signature in Java. As we all know, Java is used for various applications due to its vast number of flexible modules, let us .... Read More

Design a Keylogger in Python

By Sahil Singh

In this article, we will be looking at how to design a keylogger in Python. But by listening to the word “Keylogger”, the first thing that comes into our minds is relat.... Read More

numpy.nanvar() method in Python

By Sahil Singh

In this article, we will be learning about numpy.nanvar() method in Python. nanvar() is a function in NumPy module. Definition:- the nanvar() function calculates the variance of th.... Read More

C++ real() function with examples

By Sahil Singh

In this article, we will be learning C++ – real() function with examples. The real() function in C++ is defined header file “complex.h”. It comes handy when we ne.... Read More

String casefold() in Python

By Sahil Singh

In this article, we will be learning String casefold() in Python. In simple terms, the casefold() method is similar to the lower() method in Python but stronger. Introduction ̵.... Read More