by Jayanta Chakraborty | Apr 5, 2020 | Raspberry Pi Quiz
Welcome to your Raspberry Pi Basic Quiz Name Email ID 1. Â Out of the following Which model of Raspberry Pi consist of an onboard WIFI? RPi 1 model B RPi 2 model B RPi Zero RPi 4 model B None 2. Raspberry Pi 4 has an inbuilt RAM of? 256MiB 128MiB 1GiB 1,2...
by Monisha Macharla | Apr 5, 2020 | Raspberry Pi projects
In our previous post, we discussed the smart home automation with Arduino and NodeMCU. In this post, we will implement the smart home sensor design using Raspberry Pi. Click here for the link for Smart home sensor development using Arduino Uno and NodeMCU With Piezo...
by Itika Sarkar | Apr 4, 2020 | Python
In this article you will learn about types of numbers in python and their mathematical operations. So these are the contents of this article : Introduction Decimal Need of DecimalFractionsMathematics Introduction Python supports integer, floating-point number and...
by Monisha Macharla | Apr 3, 2020 | Articles
What Is Smart Home Technology? What if all the devices in your life could connect to the internet? Not just computers and smartphones, but everything: clocks, speakers, lights, doorbells, cameras, windows, window blinds, appliances, and what if those devices...
by Monisha Macharla | Apr 3, 2020 | Projects
In this project, a designed system obtain significant information on the behavior pattern of a resident with suitable sensors installed within the home. This system collects data on usage of water by the resident especially to the taps in the kitchen and bathroom. For...
by Itika Sarkar | Apr 1, 2020 | Python
In this article, we will discuss all about file handling in Python. Let us have a quick look at the contents shown below: IntroductionFile openSyntaxRead filesParts of file to readRead linesloopChoose filesWrite filesAppendSplitting wordsCreate a new fileSeek...
by Itika Sarkar | Apr 1, 2020 | Python
In this article, we will discuss on Python lambda. Let us have a quick look on the following contents shown below: IntroductionAdd two numbers using LambdaSum of 10 natural numbersMultiplicationSmaller of two numbers Introduction Lambda functions are the anonymous...
by Itika Sarkar | Apr 1, 2020 | Python
In this article, we will tell about Python functions. We should also know about function defining function calling and variable arguments. Let’s have a quick look on the below contents : IntroductionFunction CreationDefinitionDeclarationCallArgumentsRequired...
by Itika Sarkar | Apr 1, 2020 | Python
In this article, we are going to focus on while loops used in python with suitable examples. The content of this article is shown below: IntroductionThe break statementContinue in whileElse in while loop Introduction While loop in Python is a primitive type of...
by Itika Sarkar | Apr 1, 2020 | Python
In this article, we will discuss on the array used in Python. The following contents are of this article : What is an array?Access the Elements of an Array The Length of an Array Adding Array Elements Removing Array Elements Loop in ArrayArray Methods What is an...