Blog of Chamodh

Find the nCr value with Python.

August 07, 2022

What is nCr notation?Hello everyone from this post you will know how to find any nCr value with Python.For those who don't know what nCr is, it is a standard notation in mathematics defined as shown below.This notation is widely used in permutations and combi…

Read full article →

Create a URL Shortener app with Python and Django Part-3

August 03, 2022

In this part...This will be the last part of the Create a URL Shortener app with Python and Django Series and if you have not read the last two parts yet please read them before you read this part. PART 1 - https://blogofchamodh.blogspot.com/2022/07…

Read full article →

How to Code a Number Guess Game With Python.

July 29, 2022

How to Code an Advanced Number Guess Game with Python.banner of the game by me:)Hello everyone, I am sure you have played the Number Wordle (Number Guess) Game. Have you ever wanted to create your own number guess game? If yes, this is the time. It is a …

Read full article →

How to find the resultant of multiple vectors with Python.

July 18, 2022

Hello everyone, welcome back to my blog. Two years ago, I published a post on "How to find the resultant of two vectors with Python." and it has become the most popular post on my blog. So I thought to give a deep explanation of the updated version of that re…

Read full article →

How to generate a random string with Python.

July 14, 2022

Photo by Pixabay.Hello everyone, welcome back to my blog. Today I will talk about how to generate a random string with Python. As a developer developing random strings is a vital task. I am working on a simple URL shortener app with Django. I will bring anoth…

Read full article →