Wednesday

Sanskrit words for Waterproofing

I have recently become interested in Sanskrit. I am amazed and delighted to find out that Sanskrit has many words that carry the meanings for which we use English words in Indian languages. I will list some interesting words in Sanskrit in this series of articles.

Thursday

Learn Python Easy way - Example 3 - Find smallest and largest of given numbers

Let us create a easy example in Python to find out smaller of the two numbers. We will ask the user to input two numbers and then compare them and print out the result.

I have given my logic below, you can do the same program in different ways. Try to make changes to the following code if you have a different algorithm in mind

Monday

Learn Python easy way - Example 2 Numerology

Let us take a simple program in Python to appreciate the language. We will take the date of birth as user input, then we will add all the digits in the date to a single digit and then we will show the Numerology Life path according to the number.

Enter the date of birth inside the black panel, without using any separators like dash or slashes.

Friday

Learn Python Easy way - Example 1

Let do some math using Python. Suppose you have invited your friends to your Birthday. You have a box of chocolates. You know how many friends are there and how many chocolates are there inside your box. You need to give equal number of chocolates to each of your friends, and you can keep the remaining chocolates in your box.

Monday

Sunday

Learn Python easy way- Part1

From Today we will begin learning Python. Python is considered to be the easiest programming language. The way programming languages are taught, it makes unnecessarily boring. We will try to learn Python in a easier way.

There will be a video with each article. You will find the link for the video at the bottom of the article. If you come across any problems, you can ask me in comments.


Featured Post

Creating Games in Scratch for ICSE Class 6

An Introduction to Creating Games in Scratch  for ICSE Class 6 Hello friends, I hope you have already read the previous post on An Int...