Posts by Kuldeep Singh

Author Biographical Info: Not available

Read a file from resource file in Java

By Kuldeep Singh

Hello coders in this tutorial, we will discuss a method for reading a file from a resource folder in Java. We can read the file using the ClassLoader object before we proceed first.... Read More

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

Check if a number is Euler Pseudoprime in Python

By Kuldeep Singh

Hello coders, in this tutorial we are going to check whether a given number is Euler Pseudoprime or not in Python. Before we proceed firstly we will discuss what is Euler Pseudopri.... Read More

Define and use Tensors using Simple Tensorflow Examples

By Kuldeep Singh

Hello coders, in this post we will discuss Tensor and we will also see how to use them. What is TensorFlow? In Python for mathematical problems we used the TensorFlow library, it i.... Read More

numpy.zeros function in Python

By Kuldeep Singh

Hello coders, in this tutorial we will study about numpy.zeros function in Python. we will study the syntax of the function and also study some of the parameters that help us to co.... Read More

Related Posts