Posts by Kuldeep Singh
Author Biographical Info: Not available
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
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
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
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
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
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
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