Posts by Saruque Ahamed Mollick
Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.
In this tutorial, we will learn how to find only the unique lines from the two .txt files (text files) in Python. We can also say that we will remove the lines that exist in both o.... Read More
In this tutorial, we will learn how to generate a random array of integer values in Python using NumPy. We have covered these things: Generate array of random numbers. Multidimensi.... Read More
This tutorial will focus on how to print items from a list with a specific length in Python. So our goal will be as follows: We have a list with some items in it. We need to filter.... Read More
Hello Python learners, today in this tutorial I will show you how to add items to a list in from a text file in python. Or you can say, with this tutorial you will learn how to add.... Read More
Hello Python learners, in this Python tutorial, you will learn how to remove the last character \n from list elements in Python. In some situation, you will face the problem that, .... Read More
This Python tutorial will focus on How to delete random item from a list in Python. We will show you an easy way to pick a random item from a list and remove random item or eleme.... Read More
In this tutorial, we will learn about how to convert an image to Base64 string in Python. We can represent an image with a string also known as Base64 string or Base64 code. So let.... Read More
In this Python tutorial, we will learn how to print each character of a string one by one in Python. If you search this topic on the internet I am sure that you gonna find a lot of.... Read More