Posts by Sai Mukesh Reddy Gutha

Author Biographical Info: Not available

Python Program to find rank of a Matrix

By Sai Mukesh Reddy Gutha

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

Write a Python program to list all the files in the given directory

By Sai Mukesh Reddy Gutha

Hey! In this article, you will learn how to get the list of all files and folders in a given directory using a simple Python code. We will learn about the Operating system module t.... Read More

Write a Python program to print all twin primes less than N

By Sai Mukesh Reddy Gutha

Hi!, In this article, we are going to write a Python program to find and print all the Twin Primes less than the user input N. What are Twin Primes? We know that Prime Numbers are .... Read More

Eliminating duplicates from a list using a single code of line in Python

By Sai Mukesh Reddy Gutha

Hey Coder! In this article, we are going to learn how to eliminate the duplicate elements of a list using a single line of code in Python. We are going to use one of the properties.... Read More