by Itika Sarkar | Apr 14, 2020 | Applications of IoT
In this article, we are going to discuss on the real-time IoT applications. As we all know that IoT(Internet of Things) in today’s world is one of the most celebrated topics and is used to make life easier. There are so many applications of IoT in the market...
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 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...