Posts by Sai Mukesh Reddy Gutha
Author Biographical Info: Not available
Hi Learner! In this article, we are going to learn to find the common characters of two strings using sets in Python. Let us see how simple it can be to find the common characters.... Read More
Hello! In this article, We use Python to get the Magnitude of a Complex Number using a simple snippet. First, let us learn the basics of complex numbers in Python. Complex Numbers .... Read More
Hello Geek! In this article, we will use Python to get the current users on the Windows and Linux Systems. The method that we are going to use to get the current users is users(). .... Read More
Hey Coder! In this article, we are going to learn how to calculate the area of any triangle using its coordinates with the help of a Python program. Formula to Calculate Area of a .... Read More
Hey Coder! In this article, we will write a Python program to check if an input matrix is an Upper Triangular matrix. Upper Triangular matrix An Upper Triangular Matrix is a square.... Read More
Hello Coder! In this article, we will learn to write a Python program to get the IP Address of our computer. Let us know more about the IP Address before getting into the program. .... Read More
Hey Coder! In this article, we are going to get the Battery percentage using Python. In this Program, we will be needing the psutil Library to get the information of the Battery. L.... Read More
Hi Coder! In this article, we are going to learn to find the rank of a Matrix using Python. Before we write the code let us know more about Rank of a Matrix. The rank of a Matrix T.... Read More