Blog of Chamodh

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 →

Flip a coin million times w/ Python

July 08, 2022

Photo by ZSun Fu on UnsplashWelcome everyone to my blog. I could not write a new blog post for the last year because of my heavy work schedule. So I thought to write an article on a recent project done by me. Let's get started.Imagine that you want to flip a …

Read full article →