Python Program for Sum of Squares of first n natural numbers

By Kuldeep Singh

Hello coders, in this tutorial we are going to discuss and write the code for the sum of squares of first n natural numbers using Python. Firstly, we will see the proof then we wil.... Read More

Initialization of multidimensional array of zeros using C++

By Kuldeep Singh

Hello coders, in this tutorial we will learn about how to initialize a multidimensional array of zeros. Before we proceed let’s discuss what is a multidimensional array, We c.... Read More

Python webbrowser Library

By Kuldeep Singh

Hello coders, in this tutorial we will study about webbrowser module or library in Python with code example. Before we proceed we will discuss the webbrowser library then we will d.... Read More

Convert Snake case to Pascal case in Java

By Suchita Sriramka

In this article, we will see what Snake case and Pascal case are and then a short easy code to convert Snake case to Pascal case in Java. Snake Case: Snake case is a naming style o.... Read More

Play a video in reverse mode using OpenCV Python

By Harsh Goel

In this tutorial, we will get to know the method detecting to play a video in reverse mode using OpenCV Python. Here, we will learn about video streaming and playing in reverse mod.... Read More

Custom layers in TensorFlow

By Vanshikha Sharma

In this tutorial, We will learn what custom layers are and how can we implement custom layers in TensorFlow. When you are writing machine learning code you either want to implement.... Read More

Keras data generators and how to use them in TensorFlow

By Soham Das

If you have ever tried to train a neural network, you probably have encountered a situation where you try to load a dataset but there is not enough memory in your machine. This pro.... Read More

Check if a string exists in a PDF file in Python

By Anamika Roy

Hello Everyone! We are going to learn about how to check if a string exists in a PDF file in Python, in this tutorial. Strings play an important role in Python. It is used in Proje.... Read More