Skip to main content

Posts

Showing posts with the label How does IoT work?

Python program to make simple calculator

Python program to make simple calculator In this example you will learn to create a simple calculator that can add,subtract,multiply or divide depending upon the input from the user. Example: simple calculator by using functions. def   add ( num1 , num2 ):    return  num1+num2   def   subtract  ( num1 , num2 ):    return  num1-num2   def   multiply  ( num1 , num2 ):    return  num1*num2   def   divide  ( num1 , num2 ):    return  num1/num2   print ( "please enter your choice :\n" \          "2.subtract\n" \        "3.multiply\n" \        "4.divide\n" )   ch=int( input ( "please enter your choice :" )) num1 = int( input ( "Enter the first number:" ))   if  ch== 1 :    print (num1+num2) elif  ch== 2 :      print (num1-num2) elif  ch== 3 :      print (num1*num2) elif  ch== 4 :      print (num1 /num2)   else :      print ( "invalid choice" ) num2 = int( input ( "Enter the second number:" ))        "1.add\n

What is IOT - Internet of Things

Simply, IoT stands for Internet of Things (IoT) which refers to a system of interrelated, internet-connected objects that are able to collect and transfer data over a wireless network without human intervention. As you know that in today's era, businesses are motivated and totally dependable on IoT because of the followings- The prospects of increasing revenue,  Reducing operating costs, and  Improving efficiencies etc  Businesses also are driven by a need for regulatory compliance. Almost every coming week comes with a newer technologies and connectivity strategies which hits the market.  IoT innovation will continue to evolve, furthering the transformation of unconnected objects into smart connected devices and there are a lot of technologies which can easily gather all the needful information from these IoT devices and brings a clear and meaningful picture to the business and they can take a right decision to improve their business strategies . This trend wil