Posts by Anjali Kumari
Author Biographical Info: Not available
In this tutorial, we will learn how to make an age calculator from date of birth GUI application in Python using Tkinter. Before we start it is important to know about tkinter in b.... Read More
In this article, we are going to see the different methods to find the depth of a nested dictionary. Let’s see how we can do this. Method 1: Using recursion In this method, t.... Read More
In this tutorial, you will see how to find mirror characters of a string using python. First of all, you need to know what are mirror characters. Mirror characters mean ‘a.... Read More
This article teaches how we can prevent blocking call when automating the web browser with selenium. This article is about non blocking wait in selenium with Python programming. Wh.... Read More