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.
This Python tutorial, going to be very interesting as we will learn how to calculate age in days from the date of birth in Python. Just imagine that you know someone’s date o.... Read More
Today we are going to learn how to subtract days from date in Python. Here we will provide some examples so that we can learn day subtraction from a date in Python. So In this Pyth.... Read More
In this Python tutorial, we will learn how to shuffle a list in Python. We will take a list with some elements in it. Our goal is to shuffle the elements in the list using Python. .... Read More
In this Python tutorial, we will learn how to find the position of an element in a list in Python. To find the position of an element in a list, we need to understand the concept o.... Read More
In this Python tutorial, we will learn how to pick a random card from a deck of cards in Python. To learn how to select a random card in Python we gonna use random module. In my p.... Read More
Using for loops, we can easily print a deck of cards in Python. In this Python tutorial, we will show you how to print all the cards in Python using for loop. In a deck of cards, t.... Read More
This tutorial is on key press detection in Python. Today we are going to learn how to detect key press in Python. I am not talking about only the detection of a key press, we will .... Read More
In this Python tutorial, we will learn how to convert first letter of each word to uppercase in a string in Python. To make it simple just look at this below example, Hi, this is c.... Read More