Blog of Chamodh
Let's talk about cryptography.
December 05, 2023
Have you ever heard of cryptography? People write their diaries every day. For many of them, their diary is one of their best friends to whom they tell their every secret. What happens when someone else finds such a diary? That would freak out the dairy'…
Read full article →How to send and receive discord messages with your bot in 2023.
February 23, 2023
Hello everyone. Welcome back to the Blog of Chamodh today I will show you how to send and receive discord messages with your bot. Before getting started, I remind you that this is the second episode of the series How to make Discord bot in 2023 and if you hav…
Read full article →How to make a your own Discord bot with Python in 2023. #01
February 22, 2023
I'm sure that you have heard of discord bots way before reading this article. But have you ever tried to make your own bot with Python? If not, this is the time. Let's get started.Over time tons of discord bot tutorials have been published, but if you follow …
Read full article →Find the resultant torque of coplanar forces with Python
September 26, 2022
Hello everyone, today I will show you how to use Python to calculate the resultant torque of coplanar forces. In this article, we will consider forces on a coordinate plane as shown below.To calculate the resultant torque with this Python script, we want to k…
Read full article →How to find the index of an element in a Python list.
September 21, 2022
Hello everyone, welcome back to my blog. I thought to start a series to answer the most googled question on my blogs (this blog and https://talksofchamodh.blogspot.com) In the first episode I'm gonna show you how to find the index of an element in a list in P…
Read full article →