Some days back, a stable version of Python 3.9 is officially released with some new features and cool features. Although versions of Python 3.9 were released from time to time, the stable version is released now. Here are some cool features in this version: Dictionary Updation There were many method for merging and updating dictionariesContinue reading

Maths is considered as one of the most important skills for a computer science student. It helps you to understand and analyze the problem to come up with an optimal solution. In this article, one can learn one of the important topic of mathematics, i.e., combinatorics using a sample problem. Problem Statement You are givenContinue reading

Introduction Background India is a country in South Asia. It is the second-most populous and seventh-largest country by area. Delhi, Mumbai, Chennai and Kolkata are four most important metro cities in India. Metro city are the urban cities that are highly populated. People move towards metro cities in search of better job and opportunities andContinue reading

In this article, we will learn about web automation in python using Selenium. Also, we will learn to make a WhatsApp Automator using python. So, first of all why we need Automation? Why Automation? Increased Productivity – By using Automation tools, we can increase the production rate of our application. Software Testing – During production,Continue reading

Reference:-https://en.wikipedia.org/wiki/Dobble Have you ever heard about the Dobble game? What is Dobble Game? Dobble is a game in which players have to find symbols in common between two cards. It was the UK’s best-selling game in 2018 and 2019. The game is sold as Dobble in Europe and Spot It! in the US. The name is a play on theContinue reading