Posts by Pavitra Walia
Author Biographical Info: I am an IOT and Machine Learning Enthusiast. Always open to learn new technologies
The world is changing so rapidly. There have been various advancements in technology. Due to which OTP has become an integral part of everything to ensure security and privacy. Her.... Read More
In this tutorial, we will learn about a fun concept of strings and its rearrangement. Today we will discuss “Anagram”. You will learn how to check if two strings are an.... Read More
Python tutorial to learn to debug using built-in tool pdb. Please read this full tutorial to learn to debug. Why DEBUGGING A debugger is a scripted program used by programmers to t.... Read More
According to Wikipedia, A first-class citizen in a given programming language is an entity which enables support for all the operations generally feasible to other entities. These .... Read More
We all are familiar with the data types. Have you ever think of changing one data type to another data type. So, In this tutorial, we learn about how we can make this conversion ha.... Read More
We all are familiar with the word “debugging”. This term includes a variety of steps to debug a given code. One such part is the “assert statement”. In this.... Read More
This Python tutorial is about Logic Gates in Python. We will try to learn each of the logic gates in Python with some easy examples. Logic Gates in Python All of us are familiar wi.... Read More
In this tutorial, we will learn about Membership and Identity operator in Python 3.x earlier. This operator comes handy while using conditionals and looping constructs. Membership .... Read More