+4917656729516 info@iot4beginners.com
Raspberry Pi Quiz 1

Raspberry Pi Quiz 1

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

Python Numbers

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...
Best smart home devices for 2020

Best smart home devices for 2020

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

Python File Handling

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

Python Lambda

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

Python Functions

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

Python While loop

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

Python Array

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