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.


Friday

Automatic water level controller


Walnut Innovations Automatic Water Level Controller


An automatic WLC (water level controller) is an essential equipment in a Home. Societies where there is a common water supply often install WLC's but individual home users tend to ignore this useful instrument.

Tuesday

Day night Switches by Walnut Innovations


Let us learn how to use/ test/ install a Day-night switch. A Day night switch is also called a Light Sensitive Switch. The main use of this switch is to automatically turn any electric appliance/ mainly Light bulbs On when it is evening and Turn them Off in the morning. Such a gadget can be very useful at a place where you have such a requirement such a Advertizing Billboard, Godowns, Farms/ Farm Houses etc.

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...